| 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 40e9b354eb24c2cf7205e516cac2c19d8e916002..f20b49a8cc030a149dbd2ef0c09b9e101eb313b2 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -292,6 +292,7 @@ void WebEmbeddedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame, bool)
|
| *m_mainFrame->frame()->document(),
|
| m_workerStartData.scriptURL,
|
| DenyCrossOriginRequests,
|
| + m_mainFrame->frame()->document()->addressSpace(),
|
| nullptr,
|
| bind(&WebEmbeddedWorkerImpl::onScriptLoaderFinished, this));
|
| // Do nothing here since onScriptLoaderFinished() might have been already
|
|
|