am 98b938b1: Actually remove the subwindow.
Merge commit '98b938b111eee332624a45728959e55f9d982797' into gingerbread-plus-aosp
* commit '98b938b111eee332624a45728959e55f9d982797':
Actually remove the subwindow.
diff --git a/src/com/android/browser/Tab.java b/src/com/android/browser/Tab.java
index 5350a18..07310bf 100644
--- a/src/com/android/browser/Tab.java
+++ b/src/com/android/browser/Tab.java
@@ -1433,7 +1433,7 @@
if (mSubView.copyBackForwardList().getSize() == 0) {
// This subwindow was opened for the sole purpose of
// downloading a file. Remove it.
- dismissSubWindow();
+ mActivity.dismissSubWindow(Tab.this);
}
}
});