Browse Source

LibWeb: Add prototype header to CustomElementRegistry.cpp

Andrew Kaster 2 năm trước cách đây
mục cha
commit
fdefb4104b

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

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