| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| index a22e948d3722825d4edb6b68d5905baf65a4234a..84ca5e992643ed27dd159d36ff24c462d13a3af4 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -77,7 +77,7 @@ ServiceWorkerGlobalScope* ServiceWorkerGlobalScope::create(
|
| startupData->m_scriptURL, startupData->m_userAgent, thread,
|
| monotonicallyIncreasingTime(),
|
| std::move(startupData->m_starterOriginPrivilegeData),
|
| - startupData->m_workerClients.release());
|
| + startupData->m_workerClients);
|
|
|
| context->setV8CacheOptions(startupData->m_v8CacheOptions);
|
| context->applyContentSecurityPolicyFromVector(
|
|
|