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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp

Issue 2277713002: Rename CustomElementsRegistry to CustomElementRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp
index f8c8b04bfccb8d0381522f2d03a34ffc29247914..a85fcb69b1b078787d04006762ed3aa96875a484 100644
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp
@@ -35,7 +35,7 @@
#include "core/HTMLNames.h"
#include "core/SVGNames.h"
#include "core/dom/Document.h"
-#include "core/dom/custom/CustomElementsRegistry.h"
+#include "core/dom/custom/CustomElementRegistry.h"
#include "core/dom/custom/V0CustomElementException.h"
#include "core/dom/custom/V0CustomElementRegistrationContext.h"
#include "core/frame/LocalDOMWindow.h"
@@ -105,7 +105,7 @@ bool V0CustomElementRegistry::nameIsDefined(const AtomicString& name) const
return m_registeredTypeNames.contains(name);
}
-void V0CustomElementRegistry::setV1(const CustomElementsRegistry* v1)
+void V0CustomElementRegistry::setV1(const CustomElementRegistry* v1)
{
DCHECK(!m_v1.get());
m_v1 = v1;
« no previous file with comments | « third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h ('k') | third_party/WebKit/Source/core/frame/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698