1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:47:35 +00:00

LibWeb: Make NamedNodeMap GC-allocated

This commit is contained in:
Andreas Kling 2022-08-08 15:06:56 +02:00
parent ae11d70b0c
commit a56b3f9862
7 changed files with 49 additions and 29 deletions

View file

@ -1,6 +1,6 @@
#import <DOM/Attribute.idl>
[Exposed=Window, LegacyUnenumerableNamedProperties]
[Exposed=Window, LegacyUnenumerableNamedProperties, NoInstanceWrapper]
interface NamedNodeMap {
readonly attribute unsigned long length;