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

LibWeb: Make TextEncoder GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 10:56:37 +02:00
parent 57db2529cf
commit 7e508456a0
4 changed files with 25 additions and 21 deletions

View file

@ -462,7 +462,6 @@ class RangePrototype;
class ResizeObserverWrapper;
class SelectionWrapper;
class TextDecoderWrapper;
class TextEncoderWrapper;
class URLSearchParamsIteratorWrapper;
class URLSearchParamsWrapper;
class URLWrapper;