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

LibWeb: Make PerformanceTiming GC-allocated

This commit is contained in:
Andreas Kling 2022-08-31 19:12:11 +02:00
parent 8c90e08e0b
commit 5f4d4ffe39
6 changed files with 31 additions and 15 deletions

View file

@ -474,7 +474,6 @@ class MutationRecordWrapper;
class NodeListWrapper;
class OptionConstructor;
class Path2DWrapper;
class PerformanceTimingWrapper;
class RangePrototype;
class ResizeObserverWrapper;
class SelectionWrapper;