| Index: chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| index 7c71ccfb071c4588f922f25502bfa1d95702ab26..52815343636d29618a6e809d754086c34fa6264a 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| @@ -322,7 +322,7 @@ void ContentSettingBubbleContents::Observe(
|
| int type,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) {
|
| - DCHECK(type == content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
|
| + DCHECK_EQ(content::NOTIFICATION_WEB_CONTENTS_DESTROYED, type);
|
| DCHECK(source == content::Source<WebContents>(web_contents_));
|
| web_contents_ = NULL;
|
| }
|
|
|