summaryrefslogtreecommitdiffstats
path: root/mobile/android/modules/geckoview/ChildCrashHandler.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/modules/geckoview/ChildCrashHandler.sys.mjs')
-rw-r--r--mobile/android/modules/geckoview/ChildCrashHandler.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/android/modules/geckoview/ChildCrashHandler.sys.mjs b/mobile/android/modules/geckoview/ChildCrashHandler.sys.mjs
index 52a929511a..5c6418091a 100644
--- a/mobile/android/modules/geckoview/ChildCrashHandler.sys.mjs
+++ b/mobile/android/modules/geckoview/ChildCrashHandler.sys.mjs
@@ -30,7 +30,7 @@ export var ChildCrashHandler = {
// Map a child ID to a remote type.
childMap: new Map(),
- // The event listener for this is hooked up in GeckoViewStartup.jsm
+ // The event listener for this is hooked up in GeckoViewStartup.sys.mjs
observe(aSubject, aTopic, aData) {
const childID = aData;