| Index: chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc
|
| ===================================================================
|
| --- chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc (revision 115435)
|
| +++ chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc (working copy)
|
| @@ -42,7 +42,7 @@
|
|
|
| void BlockedContentTabHelper::PopupNotificationVisibilityChanged(
|
| bool visible) {
|
| - if (tab_contents()->is_being_destroyed())
|
| + if (tab_contents()->IsBeingDestroyed())
|
| return;
|
| tab_contents_wrapper_->content_settings()->SetPopupsBlocked(visible);
|
| }
|
|
|