| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| index 0f2041a20803926fdf114e64a2cbf32e904e7f6c..8af535fa893de14bacd9b5d826a7863dce2cbbcc 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -48,7 +48,7 @@ PassRefPtr<ServiceWorkerGlobalScope> ServiceWorkerGlobalScope::create(ServiceWor
|
| }
|
|
|
| ServiceWorkerGlobalScope::ServiceWorkerGlobalScope(const KURL& url, const String& userAgent, ServiceWorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients) :
|
| - WorkerGlobalScope(url, userAgent, thread, timeOrigin, workerClients)
|
| + WorkerGlobalScope(url, userAgent, thread, timeOrigin, false, workerClients)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|