mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
LibWeb: Make NamedNodeMap GC-allocated
This commit is contained in:
parent
ae11d70b0c
commit
a56b3f9862
7 changed files with 49 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
#import <DOM/Attribute.idl>
|
||||
|
||||
[Exposed=Window, LegacyUnenumerableNamedProperties]
|
||||
[Exposed=Window, LegacyUnenumerableNamedProperties, NoInstanceWrapper]
|
||||
interface NamedNodeMap {
|
||||
readonly attribute unsigned long length;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue