1
Fork 0
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:
Sam Atkins 2022-07-27 19:51:06 +01:00 committed by Linus Groh
parent d6a5ddd3c0
commit 79fdc08de9

View file

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