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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp

Issue 2595543003: Rename toV8(...) function in Blink to ToV8(...). (Closed)
Patch Set: Rebasing... Created 3 years, 11 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/V0CustomElementConstructorBuilder.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
index ef528e4a696e1558cc36cf71e701f928ab0547eb..4fec07e9ade03663218fbb0aa63aaa693b1cd170 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
@@ -194,7 +194,7 @@ bool V0CustomElementConstructorBuilder::createConstructor(
v8::Local<v8::Object> data = v8::Object::New(isolate);
V8HiddenValue::setHiddenValue(m_scriptState.get(), data,
V8HiddenValue::customElementDocument(isolate),
- toV8(document, context->Global(), isolate));
+ ToV8(document, context->Global(), isolate));
V8HiddenValue::setHiddenValue(
m_scriptState.get(), data,
V8HiddenValue::customElementNamespaceURI(isolate),

Powered by Google App Engine
This is Rietveld 408576698