summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/navigator/base/content/tabbrowser.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/navigator/base/content/tabbrowser.xml b/apps/navigator/base/content/tabbrowser.xml
index 38de3b699..e905f01ad 100644
--- a/apps/navigator/base/content/tabbrowser.xml
+++ b/apps/navigator/base/content/tabbrowser.xml
@@ -538,6 +538,7 @@
if (aStateFlags & nsIWebProgressListener.STATE_START &&
aStateFlags & nsIWebProgressListener.STATE_IS_NETWORK) {
if (aWebProgress.isTopLevel) {
+ this.mFeeds = [];
// Need to use originalLocation rather than location because things
// like about:privatebrowsing arrive with nsIRequest pointing to
// their resolved jar: or file: URIs.