mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 736918 - Intermittent "test_nodb_pluschanges.js | false == true". r=gavin
This commit is contained in:
parent
2d011f7263
commit
5266e41d88
@ -93,6 +93,7 @@ function afterCommit(callback)
|
||||
{
|
||||
let obs = function(result, topic, verb) {
|
||||
if (verb == "write-metadata-to-disk-complete") {
|
||||
Services.obs.removeObserver(obs, topic);
|
||||
callback(result);
|
||||
} else {
|
||||
dump("TOPIC: " + topic+ "\n");
|
||||
|
Loading…
Reference in New Issue
Block a user