LibWeb: Replace ad-hoc EventHandler type with callback function typedef

This commit is contained in:
Idan Horowitz 2022-03-30 23:35:42 +03:00 committed by Andreas Kling
commit f45d361f03
Notes: sideshowbarker 2024-07-17 17:06:59 +09:00
12 changed files with 15 additions and 23 deletions

View file

@ -1,4 +1,5 @@
#import <DOM/EventTarget.idl>
#import <DOM/EventHandler.idl>
interface MessagePort : EventTarget {