1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:17:34 +00:00

LibWeb: Make TreeWalker GC-allocated

This commit is contained in:
Andreas Kling 2022-08-08 23:03:27 +02:00
parent bd629c45b5
commit a4ddb0ef87
7 changed files with 41 additions and 30 deletions

View file

@ -604,7 +604,6 @@ class TextDecoderWrapper;
class TextEncoderWrapper;
class TextMetricsWrapper;
class TextWrapper;
class TreeWalkerWrapper;
class UIEventWrapper;
class URLConstructor;
class URLPrototype;