| Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| index 506cd36039483f56218935ce8190f19ddede8204..bb833d49b4f775e84d1b43cbb33f86c4f2893a35 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| @@ -16,7 +16,6 @@
|
|
|
| namespace blink {
|
|
|
| -class LocalDOMWindow;
|
| class DOMWrapperWorld;
|
| class ExecutionContext;
|
| class ScriptValue;
|
| @@ -137,7 +136,6 @@ class CORE_EXPORT ScriptState : public RefCounted<ScriptState> {
|
|
|
| v8::Isolate* isolate() const { return m_isolate; }
|
| DOMWrapperWorld& world() const { return *m_world; }
|
| - LocalDOMWindow* domWindow() const;
|
| virtual ExecutionContext* getExecutionContext() const;
|
| virtual void setExecutionContext(ExecutionContext*);
|
|
|
|
|