| Index: Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 9e8c8cb44c829c8f469b0fd57de7d57b4775d61f..d32d4ed5099c581b46062d3f1d19f938b3ac2744 100644
|
| --- a/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -193,7 +193,7 @@ void WebEmbeddedWorkerImpl::prepareShadowPageForLoader()
|
| // with SharedWorker.
|
| ASSERT(!m_webView);
|
| m_webView = WebView::create(0);
|
| - m_mainFrame = WebFrame::create(this);
|
| + m_mainFrame = WebLocalFrame::create(this);
|
| m_webView->setMainFrame(m_mainFrame);
|
|
|
| WebFrameImpl* webFrame = toWebFrameImpl(m_webView->mainFrame());
|
|
|