| Index: Source/core/workers/SharedWorkerGlobalScope.cpp
|
| diff --git a/Source/core/workers/SharedWorkerGlobalScope.cpp b/Source/core/workers/SharedWorkerGlobalScope.cpp
|
| index c961699b9226d743ab3aa06668bffb0de68fcc68..4606d0350692abb39db5d7f4e71c269e77f3542c 100644
|
| --- a/Source/core/workers/SharedWorkerGlobalScope.cpp
|
| +++ b/Source/core/workers/SharedWorkerGlobalScope.cpp
|
| @@ -59,7 +59,7 @@ PassRefPtr<SharedWorkerGlobalScope> SharedWorkerGlobalScope::create(const String
|
| }
|
|
|
| SharedWorkerGlobalScope::SharedWorkerGlobalScope(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread, PassOwnPtr<WorkerClients> workerClients)
|
| - : WorkerGlobalScope(url, userAgent, thread, monotonicallyIncreasingTime(), workerClients)
|
| + : WorkerGlobalScope(url, userAgent, thread, monotonicallyIncreasingTime(), false, workerClients)
|
| , m_name(name)
|
| {
|
| ScriptWrappable::init(this);
|
|
|