| Index: third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| index 7682ad95620c24d3ff6c3d0c53ff802433adf425..5d63702a572d9a2ba941fe930bf83fc4a1a6629f 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| @@ -68,7 +68,7 @@ public:
|
| // These methods come from worker context thread via
|
| // InProcessWorkerObjectProxy and are called on the parent context thread.
|
| void postMessageToWorkerObject(PassRefPtr<SerializedScriptValue>, std::unique_ptr<MessagePortChannelArray>);
|
| - void reportException(const String& errorMessage, std::unique_ptr<SourceLocation>);
|
| + void reportException(const String& errorMessage, std::unique_ptr<SourceLocation>, int exceptionId);
|
| void reportConsoleMessage(MessageSource, MessageLevel, const String& message, std::unique_ptr<SourceLocation>);
|
| void postMessageToPageInspector(const String&);
|
| void confirmMessageFromWorkerObject(bool hasPendingActivity);
|
|
|