| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index d224227004a591a53fc72301e02413eea6c3d773..42cc986becc807b33533f40fcdc5ec35cdbf4ac4 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -60,6 +60,7 @@ public:
|
| V8Debugger* debugger() const { return m_debugger.get(); }
|
| virtual bool isWorker() { return true; }
|
| virtual void reportConsoleMessage(ExecutionContext*, ConsoleMessage*) = 0;
|
| + virtual int contextGroupId(ExecutionContext*) = 0;
|
|
|
| protected:
|
| void createFunctionProperty(v8::Local<v8::Context>, v8::Local<v8::Object>, const char* name, v8::FunctionCallback, const char* description);
|
|
|