Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout

This commit is contained in:
Sebastian Hengst
2017-04-14 23:39:22 +02:00
parent 4189eac09e
commit 42670ceca0
834 changed files with 1534 additions and 1515 deletions

View File

@@ -238,7 +238,7 @@ function updateBlocklist(aCallback) {
Services.obs.removeObserver(observer, "blocklist-updated");
SimpleTest.executeSoon(aCallback);
};
Services.obs.addObserver(observer, "blocklist-updated");
Services.obs.addObserver(observer, "blocklist-updated", false);
blocklistNotifier.notify(null);
}