| Index: sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl
|
| diff --git a/sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl b/sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl
|
| index 658f079997a4c0f33622ad76317579572cab701c..6c4d2d1429970bb7875d3ca510ec9a89fcdb481a 100644
|
| --- a/sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl
|
| +++ b/sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl
|
| @@ -11,7 +11,7 @@
|
| {% if fallback_interface %}
|
| #include "core/{{namespace|lower}}/{{fallback_interface}}.h"
|
| {% endif %}
|
| -#include "core/dom/custom2/new_custom_element_registry.h"
|
| +#include "core/dom/custom/custom_element_registry.h"
|
| #include "core/dom/Document.h"
|
| #include "core/frame/Settings.h"
|
| #include "gen/sky/platform/RuntimeEnabledFeatures.h"
|
|
|