| Index: Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp
|
| index 12a38f649f7c9b596e25fdd633fc3902e5784bb3..da913d52d76ba17a142f66a827cc539538052bfe 100644
|
| --- a/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -213,7 +213,7 @@
|
| m_webView->settings()->setAcceleratedCompositingEnabled(false);
|
| // FIXME: Settings information should be passed to the Worker process from Browser process when the worker
|
| // is created (similar to RenderThread::OnCreateNewView).
|
| - m_mainFrame = toWebLocalFrameImpl(WebLocalFrame::create(WebTreeScopeType::Document, this));
|
| + m_mainFrame = toWebLocalFrameImpl(WebLocalFrame::create(this));
|
| m_webView->setMainFrame(m_mainFrame);
|
| m_mainFrame->setDevToolsAgentClient(this);
|
|
|
|
|