| 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 3135c41469973049a984e8b5e991e2205798430b..fa298977e82b7ecac5be550db97b636ccc7a73a4 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -292,7 +292,7 @@ void WebEmbeddedWorkerImpl::prepareShadowPageForLoader() {
|
| // This code, and probably most of the code in this class should be shared
|
| // with SharedWorker.
|
| DCHECK(!m_webView);
|
| - m_webView = WebView::create(nullptr, WebPageVisibilityStateVisible);
|
| + m_webView = WebView::create(WebPageVisibilityStateVisible);
|
| WebSettings* settings = m_webView->settings();
|
| // FIXME: http://crbug.com/363843. This needs to find a better way to
|
| // not create graphics layers.
|
|
|