From 1422bd45ebda117238c452b4cf2ba7d1b54ce453 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Mon, 7 Mar 2022 23:08:26 +0100 Subject: LibWeb: Move Window from DOM directory & namespace to HTML The Window object is part of the HTML spec. :^) https://html.spec.whatwg.org/multipage/window-object.html --- .../Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Meta/Lagom') diff --git a/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp b/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp index bddc83e74d..2d979e28c6 100644 --- a/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator/IDLGenerators.cpp @@ -2804,8 +2804,8 @@ void generate_prototype_implementation(IDL::Interface const& interface) #include #include #include -#include #include +#include #include #if __has_include() -- cgit v1.2.3