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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user