| Index: Source/core/workers/WorkerMessagingProxy.h
 | 
| diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h
 | 
| index 43a36caeb7d1cea646a10958530644123ca14189..6f7f882863f1a49551755b39b3b0cdda5ba58714 100644
 | 
| --- a/Source/core/workers/WorkerMessagingProxy.h
 | 
| +++ b/Source/core/workers/WorkerMessagingProxy.h
 | 
| @@ -62,7 +62,7 @@ public:
 | 
|      // These methods come from worker context thread via WorkerObjectProxy
 | 
|      // and are called on the worker object thread (e.g. main thread).
 | 
|      void postMessageToWorkerObject(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>);
 | 
| -    void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL);
 | 
| +    void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL, int exceptionId);
 | 
|      void reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL);
 | 
|      void postMessageToPageInspector(const String&);
 | 
|      WorkerInspectorProxy* workerInspectorProxy();
 | 
| 
 |