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 09f41f5af0df3e74bc65ac120671fabcbdb3e396..8299477dc628b7b3bb6aaff0189640a99f9236d0 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
@@ -25,7 +25,6 @@ class ScriptStateForTesting : public ScriptState { |
static PassRefPtr<ScriptStateForTesting> create(v8::Local<v8::Context>, |
PassRefPtr<DOMWrapperWorld>); |
ExecutionContext* getExecutionContext() const override; |
- void setExecutionContext(ExecutionContext*) override; |
private: |
ScriptStateForTesting(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>); |