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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.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/ScriptPromisePropertyTest.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
index 16b5739114257ec71b38d72d07a4b2da12cbd876..e4caee22451fffac6ae5e434c4620fc95e9a9a65 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
@@ -144,7 +144,7 @@ class ScriptPromisePropertyTestBase {
ScriptState::from(toV8Context(&document(), world));
ScriptState::Scope scope(scriptState);
return ScriptValue(
- scriptState, toV8(value, scriptState->context()->Global(), isolate()));
+ scriptState, ToV8(value, scriptState->context()->Global(), isolate()));
}
private:

Powered by Google App Engine
This is Rietveld 408576698