mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
This commit is contained in:
parent
1c4f128fd1
commit
f45d361f03
Notes:
sideshowbarker
2024-07-17 17:06:59 +09:00
Author: https://github.com/IdanHo
Commit: f45d361f03
Pull-request: https://github.com/SerenityOS/serenity/pull/13369
Reviewed-by: https://github.com/alimpfard ✅
12 changed files with 15 additions and 23 deletions
|
@ -1,4 +1,5 @@
|
|||
#import <DOM/EventTarget.idl>
|
||||
#import <DOM/EventHandler.idl>
|
||||
|
||||
interface MessagePort : EventTarget {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue