summaryrefslogtreecommitdiffstats
path: root/mobile/android/components/geckoview/GeckoViewStartup.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/components/geckoview/GeckoViewStartup.sys.mjs')
-rw-r--r--mobile/android/components/geckoview/GeckoViewStartup.sys.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile/android/components/geckoview/GeckoViewStartup.sys.mjs b/mobile/android/components/geckoview/GeckoViewStartup.sys.mjs
index e8114b7581..4483941f8e 100644
--- a/mobile/android/components/geckoview/GeckoViewStartup.sys.mjs
+++ b/mobile/android/components/geckoview/GeckoViewStartup.sys.mjs
@@ -243,6 +243,10 @@ export class GeckoViewStartup {
});
ChromeUtils.importESModule(
+ "resource://gre/modules/MemoryNotificationDB.sys.mjs"
+ );
+
+ ChromeUtils.importESModule(
"resource://gre/modules/NotificationDB.sys.mjs"
);