| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 769812393ef8e9657bb5f044c4c3e61bc7e1c48d..1eb657b5bbc58adfa388caefe2f5532da5032a73 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3846,7 +3846,6 @@ void WebContentsImpl::RunJavaScriptMessage(
|
| // showing an interstitial as it's shown over the previous page and we don't
|
| // want the hidden page's dialogs to interfere with the interstitial.
|
| bool suppress_this_message =
|
| - static_cast<RenderFrameHostImpl*>(render_frame_host)->is_swapped_out() ||
|
| ShowingInterstitialPage() || !delegate_ ||
|
| delegate_->ShouldSuppressDialogs(this) ||
|
| !delegate_->GetJavaScriptDialogManager(this);
|
|
|