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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PerContextData.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/bindings/core/v8/V8PerContextData.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
index 285c537f4f0693e5a1220e8da64f5b279c7791c7..4bf774cded9550a56b8509f51c91c8d6d8c21853 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
@@ -145,7 +145,7 @@ v8::Local<v8::Object> V8PerContextData::prototypeForType(const WrapperTypeInfo*
return prototypeValue.As<v8::Object>();
}
-void V8PerContextData::addCustomElementBinding(PassOwnPtr<CustomElementBinding> binding)
+void V8PerContextData::addCustomElementBinding(PassOwnPtr<V0CustomElementBinding> binding)
{
m_customElementBindings.append(std::move(binding));
}

Powered by Google App Engine
This is Rietveld 408576698