Bug 515190 - Hashchange event should be dispatched synchronously. r=smaug
This commit is contained in:
@@ -7910,7 +7910,7 @@ nsDocShell::InternalLoad(nsIURI * aURI,
|
||||
do_QueryInterface(mScriptGlobal);
|
||||
|
||||
if (window)
|
||||
window->DispatchAsyncHashchange();
|
||||
window->DispatchSyncHashchange();
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user