Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1353)

Unified Diff: sky/engine/core/dom/DocumentInit.cpp

Issue 946083003: Rename Sky's custom2 to custom (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/dom/DocumentInit.h ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DocumentInit.cpp
diff --git a/sky/engine/core/dom/DocumentInit.cpp b/sky/engine/core/dom/DocumentInit.cpp
index 394ed186a3f6de6f64a00a4053dff85f064fc5fb..ce3837df999a99e514cf20906d62a6b99b220b5c 100644
--- a/sky/engine/core/dom/DocumentInit.cpp
+++ b/sky/engine/core/dom/DocumentInit.cpp
@@ -30,7 +30,7 @@
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
#include "sky/engine/core/dom/Document.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/frame/LocalFrame.h"
#include "sky/engine/core/html/imports/HTMLImportsController.h"
@@ -77,7 +77,7 @@ Settings* DocumentInit::settings() const
return frameForSecurityContext()->settings();
}
-DocumentInit& DocumentInit::withElementRegistry(NewCustomElementRegistry& elementregistry)
+DocumentInit& DocumentInit::withElementRegistry(CustomElementRegistry& elementregistry)
{
ASSERT(!m_elementRegistry);
m_elementRegistry = &elementregistry;
« no previous file with comments | « sky/engine/core/dom/DocumentInit.h ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698