| Index: Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 22cf98391782f907c28e78ca38693f354c4c7125..b3f8983ad16c0e81d37b01205dab46428a261d3a 100644
|
| --- a/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -300,7 +300,7 @@
|
| settings->setStrictMixedContentChecking(true);
|
| settings->setAllowDisplayOfInsecureContent(false);
|
| settings->setAllowRunningOfInsecureContent(false);
|
| - m_mainFrame = toWebLocalFrameImpl(WebLocalFrame::create(WebTreeScopeType::Document, this));
|
| + m_mainFrame = toWebLocalFrameImpl(WebLocalFrame::create(this));
|
| m_webView->setMainFrame(m_mainFrame);
|
| m_mainFrame->setDevToolsAgentClient(this);
|
|
|
|
|