mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:17:35 +00:00
LibWeb: Make DOMTokenList GC-allocated
This commit is contained in:
parent
a56b3f9862
commit
0176d42f49
7 changed files with 39 additions and 26 deletions
|
@ -1,3 +1,4 @@
|
|||
[NoInstanceWrapper]
|
||||
interface DOMTokenList {
|
||||
readonly attribute unsigned long length;
|
||||
getter DOMString? item(unsigned long index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue