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

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

Issue 2386173002: reflow comments in Source/bindings/core/v8 (Closed)
Patch Set: Created 4 years, 2 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/V8BindingForTesting.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
index c3bc6497f58a36413bfcca85185d931806f80275..d224f6f26f9c6eb12053bbba0ece34c812a7057f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
@@ -14,8 +14,8 @@ PassRefPtr<ScriptStateForTesting> ScriptStateForTesting::create(
PassRefPtr<DOMWrapperWorld> world) {
RefPtr<ScriptStateForTesting> scriptState =
adoptRef(new ScriptStateForTesting(context, world));
- // This ref() is for keeping this ScriptState alive as long as the v8::Context is alive.
- // This is deref()ed in the weak callback of the v8::Context.
+ // This ref() is for keeping this ScriptState alive as long as the v8::Context
+ // is alive. This is deref()ed in the weak callback of the v8::Context.
scriptState->ref();
return scriptState;
}

Powered by Google App Engine
This is Rietveld 408576698