| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 21732)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -1264,6 +1264,12 @@
|
| if (window)
|
| window->CloseConstrainedWindow();
|
| }
|
| +
|
| + // Close the popup container.
|
| + if (blocked_popups_) {
|
| + blocked_popups_->Destroy();
|
| + blocked_popups_ = NULL;
|
| + }
|
| }
|
|
|
| void TabContents::UpdateStarredStateForCurrentURL() {
|
|
|
| Property changes on: chrome\browser\tab_contents\tab_contents.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/tab_contents/tab_contents.cc:r21445
|
|
|
|
|