| 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 1bd82d6bc1cc138714553f57c39d8a9a99194ee3..b62a2a003a5661c92e7d894864f5c8dca0ae2c7e 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| @@ -32,11 +32,11 @@
|
| #define V8DebuggerImpl_h
|
|
|
| #include "platform/inspector_protocol/Maybe.h"
|
| +#include "platform/inspector_protocol/Platform.h"
|
| #include "platform/v8_inspector/JavaScriptCallFrame.h"
|
| #include "platform/v8_inspector/V8DebuggerScript.h"
|
| #include "platform/v8_inspector/protocol/Debugger.h"
|
| #include "platform/v8_inspector/public/V8Debugger.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| #include <v8-debug.h>
|
| #include <v8.h>
|
| @@ -107,7 +107,7 @@ public:
|
| v8::Local<v8::Context> regexContext();
|
|
|
| // V8Debugger implementation
|
| - std::unique_ptr<V8InspectorSession> connect(int contextGroupId, V8InspectorSessionClient*, const String16* state) override;
|
| + std::unique_ptr<V8InspectorSession> connect(int contextGroupId, protocol::FrontendChannel*, V8InspectorSessionClient*, const String16* state) override;
|
| void contextCreated(const V8ContextInfo&) override;
|
| void contextDestroyed(v8::Local<v8::Context>) override;
|
| void resetContextGroup(int contextGroupId) override;
|
|
|