| 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 819b436d99af4157cb2660c4de07d981024a3968..f4246adaaa6abe56babb1ee6f83f38161f1e0743 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -299,8 +299,8 @@ void WebEmbeddedWorkerImpl::prepareShadowPageForLoader() {
|
| settings->setStrictMixedContentChecking(true);
|
| settings->setAllowRunningOfInsecureContent(false);
|
| settings->setDataSaverEnabled(m_workerStartData.dataSaverEnabled);
|
| - m_mainFrame = toWebLocalFrameImpl(
|
| - WebLocalFrame::create(WebTreeScopeType::Document, this));
|
| + m_mainFrame = toWebLocalFrameImpl(WebLocalFrame::create(
|
| + WebTreeScopeType::Document, this, nullptr, nullptr));
|
| m_webView->setMainFrame(m_mainFrame.get());
|
| m_mainFrame->setDevToolsAgentClient(this);
|
|
|
|
|