| 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;
|
| }
|
|
|