summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/NodeIterator.idl
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-08-08 22:56:19 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-06 00:27:09 +0200
commitbd629c45b57bca4e8e69ff7cbc4d08257183b60a (patch)
tree63642fc4986e35be53df65bc75edbe87caf5ab58 /Userland/Libraries/LibWeb/DOM/NodeIterator.idl
parent8cda70c892c029478e9b87c909b752e000050b38 (diff)
downloadserenity-bd629c45b57bca4e8e69ff7cbc4d08257183b60a.zip
LibWeb: Make NodeIterator GC-allocated
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM/NodeIterator.idl')
-rw-r--r--Userland/Libraries/LibWeb/DOM/NodeIterator.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/DOM/NodeIterator.idl b/Userland/Libraries/LibWeb/DOM/NodeIterator.idl
index b46a41ff45..36a89109a1 100644
--- a/Userland/Libraries/LibWeb/DOM/NodeIterator.idl
+++ b/Userland/Libraries/LibWeb/DOM/NodeIterator.idl
@@ -1,7 +1,7 @@
#import <DOM/Node.idl>
#import <DOM/NodeFilter.idl>
-[Exposed=Window]
+[Exposed=Window, NoInstanceWrapper]
interface NodeIterator {
[SameObject] readonly attribute Node root;