mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
another oops. Didn't mean to leave in this irritating debug timeout.
This commit is contained in:
parent
1f93c8420f
commit
ccfc6fbfd6
@ -72,7 +72,7 @@ var progressListener = {
|
||||
const nsIWebBrowserPersist = Components.interfaces.nsIWebBrowserPersist;
|
||||
if (helperAppLoader || webBrowserPersist &&
|
||||
webBrowserPersist.currentState == nsIWebBrowserPersist.PERSIST_STATE_FINISHED)
|
||||
setTimeout("processEndOfDownload()", 300);
|
||||
processEndOfDownload();
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user