瀏覽代碼

LibWeb: Add prototype header to CustomElementRegistry.cpp

Andrew Kaster 2 年之前
父節點
當前提交
fdefb4104b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Userland/Libraries/LibWeb/HTML/CustomElements/CustomElementRegistry.cpp

+ 1 - 0
Userland/Libraries/LibWeb/HTML/CustomElements/CustomElementRegistry.cpp

@@ -6,6 +6,7 @@
 
 #include <LibJS/Runtime/FunctionObject.h>
 #include <LibJS/Runtime/IteratorOperations.h>
+#include <LibWeb/Bindings/CustomElementRegistryPrototype.h>
 #include <LibWeb/DOM/Document.h>
 #include <LibWeb/DOM/ElementFactory.h>
 #include <LibWeb/DOM/ShadowRoot.h>