| 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 692c7987920bd5fc4862a77f38b128224da2db8f..f19b6e5c8fa534ecaa20a54af7981ac91ec64d35 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
|
| @@ -29,11 +29,6 @@ ExecutionContext* ScriptStateForTesting::getExecutionContext() const {
|
| return m_executionContext;
|
| }
|
|
|
| -void ScriptStateForTesting::setExecutionContext(
|
| - ExecutionContext* executionContext) {
|
| - m_executionContext = executionContext;
|
| -}
|
| -
|
| V8TestingScope::V8TestingScope()
|
| : m_holder(DummyPageHolder::create()),
|
| m_handleScope(isolate()),
|
|
|