mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibWeb: Make TreeWalker GC-allocated
This commit is contained in:
parent
bd629c45b5
commit
a4ddb0ef87
7 changed files with 41 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <DOM/Node.idl>
|
||||
#import <DOM/NodeFilter.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, NoInstanceWrapper]
|
||||
interface TreeWalker {
|
||||
|
||||
[SameObject] readonly attribute Node root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue