| Index: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h
|
| index aa84518badb203b1a28fb30ff46c268383023490..e30c5f1524995e179cef118bac381d81fa0fe3d5 100644
|
| --- a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h
|
| @@ -64,7 +64,7 @@ public:
|
|
|
| private:
|
| SharedWorkerGlobalScope(const String& name, const KURL&, const String& userAgent, SharedWorkerThread*, PassOwnPtr<SecurityOrigin::PrivilegeData>, PassOwnPtrWillBeRawPtr<WorkerClients>);
|
| - void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) override;
|
| + void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) override;
|
|
|
| String m_name;
|
| };
|
|
|