| 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 42c1eeb3afe180ebaa3a8cc2a455409e7c671576..fad587acbae098d043591386499e026d87d83ba0 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| @@ -67,7 +67,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);
|
|
|