| 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 58d48a95e76a71605454f6145ac56731c29057e6..3ef79f0b5970483a4bbaf9b2e2fc9b796e62544f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| @@ -89,7 +89,6 @@ public:
|
| LocalDOMWindow* domWindow() const;
|
| virtual ExecutionContext* getExecutionContext() const;
|
| virtual void setExecutionContext(ExecutionContext*);
|
| - int contextIdInDebugger();
|
|
|
| // This can return an empty handle if the v8::Context is gone.
|
| v8::Local<v8::Context> context() const { return m_context.newLocal(m_isolate); }
|
|
|