| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
|
| index 576e2dfe0053e507a1f5c6a602d7be604f9af198..483dea8f686977d364b77c12117c5ddb381e0cf9 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
|
| @@ -55,7 +55,7 @@ public:
|
| // TODO(dgozman): remove requestIdentifier.
|
| virtual void addConsoleMessage(int contextGroupId, MessageSource, MessageLevel, const String16& message, const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTrace>, int scriptId, const String16& requestIdentifier, const String16& workerId) = 0;
|
| // TODO(dgozman): can we remove this method?
|
| - virtual void logToConsole(v8::Local<v8::Context>, const String16& message, v8::Local<v8::Value> arg1, v8::Local<v8::Value> arg2) = 0;
|
| + virtual void logToConsole(v8::Local<v8::Context>, v8::Local<v8::Value> arg1, v8::Local<v8::Value> arg2) = 0;
|
| // TODO(dgozman): try to remove this.
|
| virtual void consoleMessagesCount(int contextGroupId, unsigned* total, unsigned* withArguments) = 0;
|
|
|
|
|