| 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 902a2fd8a8ba2f161401784e68b7dc07cf32f551..881739568a3b4dd5753ed84237c1dfbece8672ae 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
|
| @@ -26,10 +26,6 @@ ScriptStateForTesting::ScriptStateForTesting(v8::Local<v8::Context> context,
|
| PassRefPtr<DOMWrapperWorld> world)
|
| : ScriptState(context, std::move(world)) {}
|
|
|
| -ExecutionContext* ScriptStateForTesting::GetExecutionContext() const {
|
| - return execution_context_;
|
| -}
|
| -
|
| V8TestingScope::V8TestingScope()
|
| : holder_(DummyPageHolder::Create()),
|
| handle_scope_(GetIsolate()),
|
|
|