am 459bc29d: am 98b938b1: Actually remove the subwindow.
Merge commit '459bc29d145e754d93c79d30314cd1d162b3cc61'
* commit '459bc29d145e754d93c79d30314cd1d162b3cc61':
Actually remove the subwindow.
diff --git a/src/com/android/browser/Tab.java b/src/com/android/browser/Tab.java
index 8353317..9994945 100644
--- a/src/com/android/browser/Tab.java
+++ b/src/com/android/browser/Tab.java
@@ -1454,7 +1454,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);
}
}
});