| 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 88c5594c80b64d7af7e3118e7a1d1c04158e8713..692c7987920bd5fc4862a77f38b128224da2db8f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
|
| @@ -44,7 +44,7 @@ V8TestingScope::V8TestingScope()
|
| }
|
|
|
| ScriptState* V8TestingScope::getScriptState() const {
|
| - return ScriptState::forMainWorld(m_holder->document().frame());
|
| + return toScriptStateForMainWorld(m_holder->document().frame());
|
| }
|
|
|
| ExecutionContext* V8TestingScope::getExecutionContext() const {
|
|
|