Index: content/browser/tab_contents/tab_contents.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents.cc (revision 116109) |
+++ content/browser/tab_contents/tab_contents.cc (working copy) |
@@ -1560,8 +1560,8 @@ |
// pointer. See Bug 1230284. |
notify_disconnection_ = true; |
content::NotificationService::current()->Notify( |
- content::NOTIFICATION_TAB_CONTENTS_SWAPPED, |
- content::Source<TabContents>(this), |
+ content::NOTIFICATION_WEB_CONTENTS_SWAPPED, |
+ content::Source<WebContents>(this), |
content::NotificationService::NoDetails()); |
} |