| Index: third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h b/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
|
| index ce7dcf70f509731d86070a6d4719c37d434fcbfa..66eed1d638196341ab76ca77d817b41752de2d02 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
|
| @@ -47,7 +47,7 @@ class CORE_EXPORT WorkerReportingProxy {
|
| public:
|
| virtual ~WorkerReportingProxy() { }
|
|
|
| - virtual void reportException(const String& errorMessage, std::unique_ptr<SourceLocation>) = 0;
|
| + virtual void reportException(const String& errorMessage, std::unique_ptr<SourceLocation>, int exceptionId) = 0;
|
| virtual void reportConsoleMessage(ConsoleMessage*) = 0;
|
| virtual void postMessageToPageInspector(const String&) = 0;
|
|
|
|
|