Index: Source/web/WebEmbeddedWorkerImpl.cpp |
diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp |
index e0c87ab63cefa54b86d83bf2b5653f76700ff57a..7e60179428c20c33a9773cd6d021c9a2f7176829 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()); |