Bug 826180 - No stylesheets shown after reloading a page with an iframe; r=paul

This commit is contained in:
Heather Arthur 2013-01-03 02:34:00 +02:00
parent c529b9d29d
commit 7f7f690b9e

View File

@ -286,7 +286,8 @@ TabWebProgressListener.prototype = {
return;
}
if (this.target) {
// emit event if the top frame is navigating
if (this.target && this.target.window == progress.DOMWindow) {
this.target.emit("will-navigate", request);
}
},