mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Add prototype header to CustomElementRegistry.cpp
This commit is contained in:
parent
aa329cb2f8
commit
fdefb4104b
Notes:
sideshowbarker
2024-07-17 17:38:29 +09:00
Author: https://github.com/ADKaster
Commit: fdefb4104b
Pull-request: https://github.com/SerenityOS/serenity/pull/19799
Reviewed-by: https://github.com/nico ✅
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue