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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptState.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/ScriptState.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
index 7da133a9ebbecad9c90fdbbe3cde317d8b4e0fc5..65b6f73bb4f75d2e80df84786b0fdd8999f7cdf3 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
@@ -48,7 +48,7 @@ class ScriptValue;
// // Enter the ScriptState.
// ScriptState::Scope scope(m_scriptState.get());
// // Do V8 related things.
-// toV8(...);
+// ToV8(...);
// }
// RefPtr<ScriptState> m_scriptState;
// };

Powered by Google App Engine
This is Rietveld 408576698