LibWeb: Make TextDecoder GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 11:03:16 +02:00
commit 018d236439
Notes: sideshowbarker 2024-07-17 11:34:34 +09:00
4 changed files with 33 additions and 29 deletions

View file

@ -461,7 +461,6 @@ class OptionConstructor;
class RangePrototype;
class ResizeObserverWrapper;
class SelectionWrapper;
class TextDecoderWrapper;
class URLSearchParamsIteratorWrapper;
class URLSearchParamsWrapper;
class URLWrapper;