Bug 1439037 - Do not delay import of NotificationDB on Android; r=snorp

--HG--
extra : rebase_source : 719ba8a54c22c09164c7027f178118a2222d609e
This commit is contained in:
Geoff Brown 2018-03-12 07:46:50 -06:00
Родитель c7a076c90b
Коммит 13a76c5039
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -520,7 +520,7 @@ var BrowserApp = {
GlobalEventDispatcher.sendRequest({ type: "Gecko:Ready" });
this.deck.addEventListener("DOMContentLoaded", function() {
InitLater(() => ChromeUtils.import("resource://gre/modules/NotificationDB.jsm"));
ChromeUtils.import("resource://gre/modules/NotificationDB.jsm");
InitLater(() => Services.obs.notifyObservers(window, "browser-delayed-startup-finished"));
InitLater(() => GlobalEventDispatcher.sendRequest({ type: "Gecko:DelayedStartup" }));