Backed out changeset 7ad075ec023b
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user