| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index bf1c8b4d6e6b65d7504cdc768688a4422924bd25..55eccadb07b5065fff240f617b49fe4d0e43c283 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -66,7 +66,7 @@
|
| #include "sky/engine/core/dom/StaticNodeList.h"
|
| #include "sky/engine/core/dom/StyleEngine.h"
|
| #include "sky/engine/core/dom/Text.h"
|
| -#include "sky/engine/core/dom/custom2/new_custom_element_registry.h"
|
| +#include "sky/engine/core/dom/custom/custom_element_registry.h"
|
| #include "sky/engine/core/dom/shadow/ElementShadow.h"
|
| #include "sky/engine/core/dom/shadow/ShadowRoot.h"
|
| #include "sky/engine/core/editing/FrameSelection.h"
|
| @@ -259,7 +259,7 @@ Document::Document(const DocumentInit& initializer)
|
| setClient(this);
|
|
|
| if (!m_elementRegistry)
|
| - m_elementRegistry = NewCustomElementRegistry::Create();
|
| + m_elementRegistry = CustomElementRegistry::Create();
|
|
|
| m_fetcher = ResourceFetcher::create(this);
|
|
|
|
|