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

Unified Diff: third_party/WebKit/Source/web/WebCustomElement.cpp

Issue 1914923002: Rename all existing custom element classes as V0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CustomElementV0 -> V0CustomElement Created 4 years, 8 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/web/WebCustomElement.cpp
diff --git a/third_party/WebKit/Source/web/WebCustomElement.cpp b/third_party/WebKit/Source/web/WebCustomElement.cpp
index cb99a41b67e39cf638daf8c730168e27c07fbee1..b8655dd2b7811c089f9f3173b11d489fff9fa43e 100644
--- a/third_party/WebKit/Source/web/WebCustomElement.cpp
+++ b/third_party/WebKit/Source/web/WebCustomElement.cpp
@@ -30,14 +30,14 @@
#include "public/web/WebCustomElement.h"
-#include "core/dom/custom/CustomElement.h"
+#include "core/dom/custom/V0CustomElement.h"
#include "public/platform/WebString.h"
namespace blink {
void WebCustomElement::addEmbedderCustomElementName(const WebString& name)
{
- CustomElement::addEmbedderCustomElementName(name);
+ V0CustomElement::addEmbedderCustomElementName(name);
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp ('k') | third_party/WebKit/Source/web/WebDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698