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

Unified Diff: sky/engine/core/dom/Document.h

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/core.gni ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index f39ffbfb1def8b6b9565df6d0efc8f30f5418997..dddc676f230ef4ff70e8a54f31ccd13124e03fea 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -97,7 +97,7 @@ class LocalFrame;
class Location;
class MediaQueryListListener;
class MediaQueryMatcher;
-class NewCustomElementRegistry;
+class CustomElementRegistry;
class Page;
class QualifiedName;
class Range;
@@ -442,7 +442,7 @@ public:
IntSize initialViewportSize() const;
void registerElement(const AtomicString& name, PassRefPtr<DartValue> type, ExceptionState&);
- NewCustomElementRegistry& elementRegistry() const { return *m_elementRegistry; }
+ CustomElementRegistry& elementRegistry() const { return *m_elementRegistry; }
void setImportsController(HTMLImportsController*);
HTMLImportsController* importsController() const { return m_importsController; }
@@ -660,7 +660,7 @@ private:
RefPtr<ScriptedAnimationController> m_scriptedAnimationController;
- RefPtr<NewCustomElementRegistry> m_elementRegistry;
+ RefPtr<CustomElementRegistry> m_elementRegistry;
void elementDataCacheClearTimerFired(Timer<Document>*);
Timer<Document> m_elementDataCacheClearTimer;
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698