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

LibWeb: Make Selection GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 13:20:53 +02:00
parent be9d3860b9
commit 8f2a711132
5 changed files with 24 additions and 14 deletions

View file

@ -455,7 +455,6 @@ class LocationObject;
class OptionConstructor;
class RangePrototype;
class ResizeObserverWrapper;
class SelectionWrapper;
class URLSearchParamsIteratorWrapper;
class URLSearchParamsWrapper;
class URLWrapper;