fix horrible url loading regression introduced by previous revision. r=hyatt. bugs 44437,55275

git-svn-id: svn://10.0.0.236/trunk@80521 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
2000-10-05 23:30:56 +00:00
parent 842df40d2d
commit da8244bfdb
2 changed files with 2 additions and 4 deletions

View File

@@ -880,10 +880,9 @@ static PRBool CheckForBrowser(nsIContent* aContent, nsIBaseWindow* aShell)
nsCOMPtr<nsIWebNavigation> histNav(do_QueryInterface(hist));
histNav->Reload(0);
boxObject->RemoveProperty(NS_LITERAL_STRING("history"));
return PR_FALSE;
}
}
return PR_FALSE;
}
}
}

View File

@@ -880,10 +880,9 @@ static PRBool CheckForBrowser(nsIContent* aContent, nsIBaseWindow* aShell)
nsCOMPtr<nsIWebNavigation> histNav(do_QueryInterface(hist));
histNav->Reload(0);
boxObject->RemoveProperty(NS_LITERAL_STRING("history"));
return PR_FALSE;
}
}
return PR_FALSE;
}
}
}