LibWeb: Correct typo in Document.idl

Makes me wonder how things were working when Document was never
including GlobalEventHandlers.
This commit is contained in:
Sam Atkins 2022-07-27 19:51:06 +01:00 committed by Linus Groh
commit 79fdc08de9
Notes: sideshowbarker 2024-07-17 08:30:56 +09:00

View file

@ -114,4 +114,4 @@ interface Document : Node {
};
HTMLElement includes GlobalEventHandlers;
Document includes GlobalEventHandlers;