| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| index 23f52707ade2a2ab6ce28bcce97b0c9dcd051dcb..bdef54a00b8531bd6c4228cf257a38211b3d84b0 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -55,7 +55,7 @@ public:
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(fetch);
|
|
|
| private:
|
| - ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
|
| + ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>, PassOwnPtr<WorkerSettings>);
|
| };
|
| }
|
|
|
|
|