| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index e7aa9b199cd217a74870e5a72f9ea7e81c49569a..15fdc467a7e682754c5b482c67f069e5cb1c31a5 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -599,8 +599,7 @@ WebRect WebPagePopupImpl::WindowRectInScreen() const {
|
| // WebPagePopup ----------------------------------------------------------------
|
|
|
| WebPagePopup* WebPagePopup::Create(WebWidgetClient* client) {
|
| - if (!client)
|
| - IMMEDIATE_CRASH();
|
| + LOG_IF(FATAL, !client);
|
| // A WebPagePopupImpl instance usually has two references.
|
| // - One owned by the instance itself. It represents the visible widget.
|
| // - One owned by a WebViewBase. It's released when the WebViewBase ask the
|
|
|