| Index: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| index f4effdb01d5df2efa6374aded5f73e07394a7574..1e6ae842f16c56bfa1168aaff3e78c20ec4beaa7 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| @@ -24,11 +24,8 @@ class ScriptStateForTesting : public ScriptState {
|
| public:
|
| static PassRefPtr<ScriptStateForTesting> Create(v8::Local<v8::Context>,
|
| PassRefPtr<DOMWrapperWorld>);
|
| - ExecutionContext* GetExecutionContext() const override;
|
| -
|
| private:
|
| ScriptStateForTesting(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);
|
| - Persistent<ExecutionContext> execution_context_;
|
| };
|
|
|
| class V8TestingScope {
|
|
|