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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.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/V8IteratorResultValue.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.h b/third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.h
index fd09bac2837a5114417443faec697ff7dec9513f..f8ddb5116c5798deac37e9f357fa15d530ac0d27 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8IteratorResultValue.h
@@ -29,7 +29,7 @@ inline ScriptValue v8IteratorResult(ScriptState* scriptState, const T& value) {
return ScriptValue(
scriptState,
v8IteratorResultValue(scriptState->isolate(), false,
- toV8(value, scriptState->context()->Global(),
+ ToV8(value, scriptState->context()->Global(),
scriptState->isolate())));
}

Powered by Google App Engine
This is Rietveld 408576698