Bug 389179 - I can't always go back from a wink with target=_self inside a frameset, r=gavin

git-svn-id: svn://10.0.0.236/trunk@230665 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
martijn.martijn%gmail.com
2007-07-23 21:04:34 +00:00
parent 849b45ad43
commit c773f7a0e0

View File

@@ -3425,7 +3425,7 @@ nsBrowserStatusHandler.prototype =
}
else {
for (var tooltipWindow =
document.tooltipNode.target.ownerDocument.defaultView;
document.tooltipNode.ownerDocument.defaultView;
tooltipWindow != tooltipWindow.parent;
tooltipWindow = tooltipWindow.parent) {
if (tooltipWindow == aWebProgress.DOMWindow) {