Index: Source/core/workers/WorkerObjectProxy.h |
diff --git a/Source/core/workers/WorkerObjectProxy.h b/Source/core/workers/WorkerObjectProxy.h |
index 7d20a91edc254fe100e81259963b53f871c38bf8..93ff651db633359a2e2c212894e1a1bf932af929 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(PassRefPtr<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; |