mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 13:18:19 +00:00
LibWeb: Correct typo in Document.idl
Makes me wonder how things were working when Document was never including GlobalEventHandlers.
This commit is contained in:
parent
d6a5ddd3c0
commit
79fdc08de9
Notes:
sideshowbarker
2024-07-17 08:30:56 +09:00
Author: https://github.com/AtkinsSJ
Commit: 79fdc08de9
Pull-request: https://github.com/SerenityOS/serenity/pull/14716
Reviewed-by: https://github.com/kennethmyhra
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -114,4 +114,4 @@ interface Document : Node {
|
|||
|
||||
};
|
||||
|
||||
HTMLElement includes GlobalEventHandlers;
|
||||
Document includes GlobalEventHandlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue