Backed out changeset 7ad075ec023b

This commit is contained in:
Dão Gottwald
2011-07-31 21:40:55 +02:00
parent 1aee9c28c3
commit 1fbd664542
3 changed files with 3 additions and 52 deletions

View File

@@ -1335,8 +1335,9 @@ nsDocShell::LoadURI(nsIURI * aURI,
PRUint32 selfBusy = BUSY_FLAGS_NONE;
parentDS->GetBusyFlags(&parentBusy);
GetBusyFlags(&selfBusy);
if (parentBusy & BUSY_FLAGS_BUSY ||
selfBusy & BUSY_FLAGS_BUSY) {
if (((parentBusy & BUSY_FLAGS_BUSY) ||
(selfBusy & BUSY_FLAGS_BUSY)) &&
shEntry) {
loadType = LOAD_NORMAL_REPLACE;
shEntry = nsnull;
}