diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 19:54:56 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 19:54:56 +0000 |
commit | d82443b8abc227bd9aa383bfc62702cf36c97476 (patch) | |
tree | 2aa9125983c41369ed92ef78837919853145ca2e /chrome/browser/tabs | |
parent | 0063a45b4515ead768e917a4f62f8fe96574a02d (diff) | |
download | chromium_src-d82443b8abc227bd9aa383bfc62702cf36c97476.zip chromium_src-d82443b8abc227bd9aa383bfc62702cf36c97476.tar.gz chromium_src-d82443b8abc227bd9aa383bfc62702cf36c97476.tar.bz2 |
Fie.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tabs')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.cc b/chrome/browser/tabs/tab_strip_model.cc index 3b0c4bb..2e42a64 100644 --- a/chrome/browser/tabs/tab_strip_model.cc +++ b/chrome/browser/tabs/tab_strip_model.cc @@ -533,7 +533,7 @@ bool TabStripModel::InternalCloseTabContentsAt(int index, // them. Once they have fired, we'll get a message back saying whether // to proceed closing the page or not, which sends us back to this method // with the HasUnloadListener bit cleared. - WebContents* web_contents = detached_contents->AsWebContents(); + WebContents* web_contents = GetContentsAt(index)->AsWebContents(); // If we hit this code path, the tab had better be a WebContents tab. DCHECK(web_contents); web_contents->render_view_host()->FirePageBeforeUnload(); |