Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h |
index 8fed32e6a5dbef057f4374771c1da64668549af6..16e6b7d70cade8841eb5e4969a6897da251c8d3d 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h |
@@ -106,7 +106,7 @@ public: |
v8::Local<v8::Context> regexContext(); |
// V8Debugger implementation |
- PassOwnPtr<V8InspectorSession> connect(int contextGroupId) override; |
+ PassOwnPtr<V8InspectorSession> connect(int contextGroupId, V8InspectorSessionClient*, const String16* state) override; |
void contextCreated(const V8ContextInfo&) override; |
void contextDestroyed(v8::Local<v8::Context>) override; |
void resetContextGroup(int contextGroupId) override; |