mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1099490 - Follow-up to fix spike of intermittent browser_sessionStorage.js failures r=me
This commit is contained in:
parent
0cde514cfb
commit
510d4caa94
@ -82,7 +82,7 @@ addEventListener("MozStorageChanged", function () {
|
||||
// content-sessionStore.js. We run ours a little later to make sure
|
||||
// that the session store code has seen the event before we allow
|
||||
// the test to proceed.
|
||||
executeSoon(() => sendSyncMessage("ss-test:MozStorageChanged"));
|
||||
executeSoon(() => sendAsyncMessage("ss-test:MozStorageChanged"));
|
||||
}, true);
|
||||
|
||||
addMessageListener("ss-test:modifySessionStorage", function (msg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user