| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 4adc4cf9981b739dd15b4e55c055363fcc0dab81..0d1b64e1f98053250ea076107b65b0786a7b6ad6 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -1683,7 +1683,6 @@ void WebViewImpl::closePagePopup(PagePopup* popup)
|
| if (m_pagePopup.get() != popupImpl)
|
| return;
|
| m_pagePopup->closePopup();
|
| - cleanupPagePopup();
|
| }
|
|
|
| void WebViewImpl::cleanupPagePopup()
|
|
|