| Index: Source/core/workers/WorkerObjectProxy.h
|
| diff --git a/Source/core/workers/WorkerObjectProxy.h b/Source/core/workers/WorkerObjectProxy.h
|
| index 7d20a91edc254fe100e81259963b53f871c38bf8..02707a88b94e9b1c2b211989d982f5359a27fca0 100644
|
| --- a/Source/core/workers/WorkerObjectProxy.h
|
| +++ b/Source/core/workers/WorkerObjectProxy.h
|
| @@ -33,6 +33,7 @@
|
|
|
| #include "core/dom/MessagePort.h"
|
| #include "core/workers/WorkerReportingProxy.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| @@ -59,7 +60,7 @@ public:
|
| void reportPendingActivity(bool hasPendingActivity);
|
|
|
| // WorkerReportingProxy overrides.
|
| - virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) OVERRIDE;
|
| + virtual void reportException(PassRefPtrWillBeRawPtr<ConsoleMessage>) OVERRIDE;
|
| virtual void reportConsoleMessage(MessageSource, MessageLevel, const String& message, int lineNumber, const String& sourceURL) OVERRIDE;
|
| virtual void postMessageToPageInspector(const String&) OVERRIDE;
|
| virtual void updateInspectorStateCookie(const String&) OVERRIDE;
|
|
|