back out fix for timing problem for Warren so OnEndLoadDocument will get called

git-svn-id: svn://10.0.0.236/trunk@41734 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
1999-07-31 19:51:20 +00:00
parent 933c0ab445
commit 212e945773
2 changed files with 2 additions and 4 deletions

View File

@@ -2965,8 +2965,7 @@ nsWebShell::OnEndDocumentLoad(nsIDocumentLoader* loader,
printf("nsWebShell::OnEndDocumentLoad:%p: loader=%p url=%s status=%d\n", this, loader, spec, aStatus);
#endif
if (!mProcessedEndDocumentLoad &&
loader == mDocLoader) {
if (!mProcessedEndDocumentLoad) {
mProcessedEndDocumentLoad = PR_TRUE;
if (nsnull != mScriptGlobal) {