| 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 a933efb7ed5e498c903ac7b50f3f1aa6ac22c9d2..87491400d8a828b6c0ab568597bee3bceb08d1ce 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -32,6 +32,7 @@
|
|
|
| #include "core/dom/CrossThreadTask.h"
|
| #include "core/dom/Document.h"
|
| +#include "core/dom/SecurityContext.h"
|
| #include "core/fetch/SubstituteData.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| @@ -370,6 +371,7 @@ void WebEmbeddedWorkerImpl::startWorkerThread()
|
| document->contentSecurityPolicy()->headers(),
|
| starterOrigin,
|
| workerClients.release(),
|
| + m_mainScriptLoader->responseAddressSpace(),
|
| static_cast<V8CacheOptions>(m_workerStartData.v8CacheOptions));
|
|
|
| m_mainScriptLoader.clear();
|
|
|