| Index: Source/core/workers/SharedWorkerGlobalScope.h
|
| diff --git a/Source/core/workers/SharedWorkerGlobalScope.h b/Source/core/workers/SharedWorkerGlobalScope.h
|
| index 94b50c61830e74eedfbb48d1068ad794c0a59a08..b8119d111d8cb47eed92aaff9747df85bf21e64b 100644
|
| --- a/Source/core/workers/SharedWorkerGlobalScope.h
|
| +++ b/Source/core/workers/SharedWorkerGlobalScope.h
|
| @@ -62,7 +62,7 @@ public:
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| private:
|
| - SharedWorkerGlobalScope(const String& name, const KURL&, const String& userAgent, SharedWorkerThread*, PassOwnPtrWillBeRawPtr<WorkerClients>);
|
| + 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;
|
|
|
| String m_name;
|
|
|