LibWeb: Make DOMTokenList GC-allocated

This commit is contained in:
Andreas Kling 2022-08-08 15:19:46 +02:00
commit 0176d42f49
Notes: sideshowbarker 2024-07-17 11:34:34 +09:00
7 changed files with 39 additions and 26 deletions

View file

@ -1,3 +1,4 @@
[NoInstanceWrapper]
interface DOMTokenList {
readonly attribute unsigned long length;
getter DOMString? item(unsigned long index);