Index: Source/core/workers/SharedWorkerGlobalScope.h |
diff --git a/Source/core/workers/SharedWorkerGlobalScope.h b/Source/core/workers/SharedWorkerGlobalScope.h |
index b8119d111d8cb47eed92aaff9747df85bf21e64b..e9d01cdb761d480a6ff2c507d76c61a1bb5c3bc8 100644 |
--- a/Source/core/workers/SharedWorkerGlobalScope.h |
+++ b/Source/core/workers/SharedWorkerGlobalScope.h |
@@ -63,7 +63,7 @@ public: |
private: |
SharedWorkerGlobalScope(const String& name, const KURL&, const String& userAgent, SharedWorkerThread*, const SecurityOrigin*, PassOwnPtrWillBeRawPtr<WorkerClients>); |
- virtual void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE; |
+ virtual void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>, PassRefPtrWillBeRawPtr<ScriptArguments>) OVERRIDE; |
String m_name; |
}; |