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