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
commit fdefb4104b
Notes: sideshowbarker 2024-07-17 17:38:29 +09:00

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>