| Index: third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h
|
| index 1b7c75459642f191094350a0e65ce16e91aaabad..e4dad93d9c6356ef8297abcd3846406fd3fa0501 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.h
|
| @@ -67,7 +67,7 @@ public:
|
| v8::Local<v8::Context> regexContext();
|
|
|
| // V8Inspector implementation.
|
| - std::unique_ptr<V8InspectorSession> connect(int contextGroupId, protocol::FrontendChannel*, V8InspectorSessionClient*, const String16* state) override;
|
| + std::unique_ptr<V8InspectorSession> connect(int contextGroupId, protocol::FrontendChannel*, const String16* state) override;
|
| void contextCreated(const V8ContextInfo&) override;
|
| void contextDestroyed(v8::Local<v8::Context>) override;
|
| void resetContextGroup(int contextGroupId) override;
|
|
|