ソースを参照

LibWeb: Don't include WindowGlobalMixin from DOM/Element.h

Andreas Kling 2 年 前
コミット
ac0c30ce62
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Userland/Libraries/LibWeb/DOM/Element.h

+ 0 - 1
Userland/Libraries/LibWeb/DOM/Element.h

@@ -11,7 +11,6 @@
 #include <LibWeb/ARIA/ARIAMixin.h>
 #include <LibWeb/Bindings/ElementPrototype.h>
 #include <LibWeb/Bindings/ShadowRootPrototype.h>
-#include <LibWeb/Bindings/WindowGlobalMixin.h>
 #include <LibWeb/CSS/Selector.h>
 #include <LibWeb/CSS/StyleProperty.h>
 #include <LibWeb/DOM/ChildNode.h>