Bug 515190 - Hashchange event should be dispatched synchronously. r=smaug

This commit is contained in:
Justin Lebar
2009-11-26 21:01:43 -08:00
parent 06bc81b021
commit 4e0f65eb69
8 changed files with 39 additions and 65 deletions
+1 -1
View File
@@ -7910,7 +7910,7 @@ nsDocShell::InternalLoad(nsIURI * aURI,
do_QueryInterface(mScriptGlobal);
if (window)
window->DispatchAsyncHashchange();
window->DispatchSyncHashchange();
}
return NS_OK;