| Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| index 000c6b6e58e3a8a959f159d71c2e663feb300d5c..07f835bcb765e61f3a4798af7aeba914a3910d8b 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| @@ -77,6 +77,7 @@ private:
|
| void muteConsole() override;
|
| void unmuteConsole() override;
|
| bool callingContextCanAccessContext(v8::Local<v8::Context> calling, v8::Local<v8::Context> target) override;
|
| + int ensureDefaultContextInGroup(int contextGroupId) override;
|
|
|
| OwnPtr<ClientMessageLoop> m_clientMessageLoop;
|
| OwnPtr<InspectorTaskRunner> m_taskRunner;
|
|
|