1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:48:13 +00:00

LibWeb: Make DOMParser GC-allocated

This commit is contained in:
Andreas Kling 2022-08-31 18:39:32 +02:00
parent 8341f142ea
commit d5e831988e
4 changed files with 18 additions and 20 deletions

View file

@ -453,7 +453,6 @@ class CanvasGradientWrapper;
class CanvasRenderingContext2DWrapper;
class CryptoWrapper;
class DOMExceptionWrapper;
class DOMParserWrapper;
class DOMPointWrapper;
class DOMPointReadOnlyWrapper;
class DOMRectListWrapper;