| Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| index 2a36dfe25a55f673a21bf9a8991a78f8bef32e66..ad5ca71890b36167e71eb14e29d247bfaedb597c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| @@ -15,8 +15,8 @@ PassRefPtr<ScriptState> ScriptState::create(v8::Local<v8::Context> context,
|
| PassRefPtr<DOMWrapperWorld> world) {
|
| RefPtr<ScriptState> scriptState =
|
| adoptRef(new ScriptState(context, std::move(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;
|
| }
|
|
|