mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 966253 - Fix SessionFile shutdown blocker. r=ttaubert
This commit is contained in:
parent
d731a37c35
commit
836de399c6
@ -233,5 +233,5 @@ let SessionWorker = (function () {
|
|||||||
AsyncShutdown.profileBeforeChange.addBlocker(
|
AsyncShutdown.profileBeforeChange.addBlocker(
|
||||||
"SessionFile: Finish writing the latest sessionstore.js",
|
"SessionFile: Finish writing the latest sessionstore.js",
|
||||||
function() {
|
function() {
|
||||||
return SessionFile._latestWrite;
|
return SessionFileInternal._latestWrite;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user