| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 75282894728d5271478170370fd6d9dd605d635b..958eaa2a0e56cdd993b3efc2cca2db9400f35524 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -392,10 +392,11 @@ void WebEmbeddedWorkerImpl::startWorkerThread()
|
| m_mainScriptLoader->script(),
|
| m_mainScriptLoader->releaseCachedMetadata(),
|
| startMode,
|
| - document->contentSecurityPolicy()->headers(),
|
| + document->contentSecurityPolicy()->headers().get(),
|
| starterOrigin,
|
| workerClients,
|
| m_mainScriptLoader->responseAddressSpace(),
|
| + m_mainScriptLoader->originTrialTokens(),
|
| static_cast<V8CacheOptions>(m_workerStartData.v8CacheOptions));
|
|
|
| m_mainScriptLoader.clear();
|
|
|