| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 0f7c13ce31c6d9ec55bb9c349e962872f7c94247..fa743d87d17bf4dd41fbd7376a6a0845ac3b8c7f 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -367,7 +367,7 @@ Page* ChromeClientImpl::createWindow(LocalFrame* frame,
|
| if (!m_webView->client())
|
| return nullptr;
|
|
|
| - if (!frame->page() || frame->page()->defersLoading())
|
| + if (!frame->page() || frame->page()->suspended())
|
| return nullptr;
|
|
|
| WebNavigationPolicy policy =
|
|
|