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