| 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 bb1c1b8347c99774c92f07c591a545efd0866e59..869e3736e66088fbe6bc3f67b6654dee0a7c7728 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| @@ -134,7 +134,6 @@ public:
|
| void exceptionThrown(int contextGroupId, const String16& errorMessage, const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTrace>, int scriptId) override;
|
| unsigned promiseRejected(v8::Local<v8::Context>, const String16& errorMessage, v8::Local<v8::Value> exception, const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTrace>, int scriptId) override;
|
| void promiseRejectionRevoked(v8::Local<v8::Context>, unsigned promiseRejectionId) override;
|
| - void consoleMessagesCount(int contextGroupId, unsigned* total, unsigned* withArguments) override;
|
| std::unique_ptr<V8StackTrace> createStackTrace(v8::Local<v8::StackTrace>) override;
|
| std::unique_ptr<V8StackTrace> captureStackTrace(bool fullStack) override;
|
| void asyncTaskScheduled(const String16& taskName, void* task, bool recurring) override;
|
|
|