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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h

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/ScriptPromiseResolver.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
index 9236bcc23cd422da89ed014ea185dd05835091ea..e64369c12b93fa1514c26b7378d3ec445e4bf4ba 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
@@ -127,7 +127,7 @@ class CORE_EXPORT ScriptPromiseResolver
ScriptState::Scope scope(m_scriptState.get());
m_value.set(m_scriptState->isolate(),
- toV8(value, m_scriptState->context()->Global(),
+ ToV8(value, m_scriptState->context()->Global(),
m_scriptState->isolate()));
if (getExecutionContext()->isContextSuspended()) {

Powered by Google App Engine
This is Rietveld 408576698