| 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 3d30288acbb4cd7f29d2fe9c313c83fff59ee411..045b30090122fb211e2b6264e281ef875de0c39a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| @@ -89,6 +89,7 @@ public:
|
| LocalDOMWindow* domWindow() const;
|
| virtual ExecutionContext* executionContext() 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); }
|
|
|