mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +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
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