| 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 c0ebce29eb58a4875535236b53deb1bff51f1bae..e6cb6f81fdd12ab7eb6811f17c7a01f19939ab7d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
|
| @@ -39,8 +39,8 @@ public:
|
| virtual void didExecuteScript(v8::Local<v8::Context>) = 0;
|
| virtual void idleStarted() = 0;
|
| virtual void idleFinished() = 0;
|
| - // TODO(dgozman): remove requestIdentifier.
|
| - virtual bool addConsoleMessage(int contextGroupId, MessageSource, MessageLevel, const String16& message, const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTrace>, int scriptId, const String16& requestIdentifier) = 0;
|
| + // TODO(dgozman): remove requestIdentifier and workerId.
|
| + virtual bool 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;
|
| // TODO(dgozman): can we pass exception object?
|
|
|