| 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 561d28e39cd2632c3f4787009a9ad248ebdb2614..f2644f6071480658273274fba8dafd0bc54cbc87 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| @@ -78,7 +78,7 @@ void ScriptState::setExecutionContext(ExecutionContext*) {
|
|
|
| LocalDOMWindow* ScriptState::domWindow() const {
|
| v8::HandleScope scope(m_isolate);
|
| - return toLocalDOMWindow(toDOMWindow(context()));
|
| + return toDOMWindow(context());
|
| }
|
|
|
| ScriptState* ScriptState::forMainWorld(LocalFrame* frame) {
|
|
|