| 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 eab7aa516b76fbc53f0dbe7aa7849d15de579d98..50d484ce2694f63763cc3fb47965b4978893e258 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| @@ -88,7 +88,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); }
|
|
|