LibWeb: Add prototype header to CustomElementRegistry.cpp

This commit is contained in:
Andrew Kaster 2023-04-23 17:49:25 -06:00 committed by Tim Flynn
parent aa329cb2f8
commit fdefb4104b

View file

@ -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>