diff --git a/browser/base/content/tabbrowser.xml b/browser/base/content/tabbrowser.xml index 274efc194c8e..41bc36b301f5 100644 --- a/browser/base/content/tabbrowser.xml +++ b/browser/base/content/tabbrowser.xml @@ -669,7 +669,7 @@ if (!this._shouldShowProgress(aRequest)) return; - if (this.mTotalProgress && aWebProgress.isTopLevel) + if (this.mTotalProgress) this.mTab.setAttribute("progress", "true"); this._callProgressListeners("onProgressChange", @@ -756,8 +756,7 @@ } if (this._shouldShowProgress(aRequest)) { - if (!(aStateFlags & nsIWebProgressListener.STATE_RESTORING) && - aWebProgress.isTopLevel) { + if (!(aStateFlags & nsIWebProgressListener.STATE_RESTORING)) { this.mTab.setAttribute("busy", "true"); this._syncThrobberAnimations(); }