LibWeb: Make DOM::Event and all its subclasses GC-allocated

This commit is contained in:
Andreas Kling 2022-08-08 22:29:40 +02:00
commit 7c3db526b0
Notes: sideshowbarker 2024-07-17 07:28:23 +09:00
76 changed files with 892 additions and 565 deletions

View file

@ -1,5 +1,6 @@
#import <DOM/Event.idl>
[NoInstanceWrapper]
interface CloseEvent : Event {
constructor(DOMString type, optional CloseEventInit eventInitDict = {});