| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
 | 
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
 | 
| index 358596a9cbcefeaf5d4591c303b3c509d5cadf9d..6900582777670cb51fbe577ea2c1f0a004bed3b7 100644
 | 
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
 | 
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
 | 
| @@ -82,7 +82,7 @@ public:
 | 
|      virtual void trace(Visitor*) OVERRIDE;
 | 
|  
 | 
|  private:
 | 
| -    ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerClients>);
 | 
| +    ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, const SecurityOrigin*, PassOwnPtrWillBeRawPtr<WorkerClients>);
 | 
|      virtual void importScripts(const Vector<String>& urls, ExceptionState&) OVERRIDE;
 | 
|      virtual void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE;
 | 
|  
 | 
| 
 |