Loading mobile/shared/components/geckoview/GeckoViewStartup.sys.mjs +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ ChromeUtils.defineESModuleGetters(lazy, { PdfJs: "resource://pdf.js/PdfJs.sys.mjs", GeckoViewPreferences: "resource://gre/modules/GeckoViewPreferences.sys.mjs", RFPHelper: "resource://gre/modules/RFPHelper.sys.mjs", TorAndroidIntegration: "resource://gre/modules/TorAndroidIntegration.sys.mjs", TorAndroidIntegration: "moz-src:///toolkit/modules/TorAndroidIntegration.sys.mjs", TorDomainIsolator: "resource://gre/modules/TorDomainIsolator.sys.mjs", }); Loading toolkit/modules/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,6 @@ EXTRA_JS_MODULES += [ "Sqlite.sys.mjs", "SubDialog.sys.mjs", "Timer.sys.mjs", "TorAndroidIntegration.sys.mjs", "TorConnect.sys.mjs", "TorSettings.sys.mjs", "TorStrings.sys.mjs", Loading @@ -228,6 +227,7 @@ MOZ_SRC_FILES += [ "FaviconUtils.sys.mjs", "InputPickerPanelCommon.sys.mjs", "QRCode.sys.mjs", "TorAndroidIntegration.sys.mjs", ] if CONFIG["MOZ_ASAN_REPORTER"]: Loading Loading
mobile/shared/components/geckoview/GeckoViewStartup.sys.mjs +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ ChromeUtils.defineESModuleGetters(lazy, { PdfJs: "resource://pdf.js/PdfJs.sys.mjs", GeckoViewPreferences: "resource://gre/modules/GeckoViewPreferences.sys.mjs", RFPHelper: "resource://gre/modules/RFPHelper.sys.mjs", TorAndroidIntegration: "resource://gre/modules/TorAndroidIntegration.sys.mjs", TorAndroidIntegration: "moz-src:///toolkit/modules/TorAndroidIntegration.sys.mjs", TorDomainIsolator: "resource://gre/modules/TorDomainIsolator.sys.mjs", }); Loading
toolkit/modules/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,6 @@ EXTRA_JS_MODULES += [ "Sqlite.sys.mjs", "SubDialog.sys.mjs", "Timer.sys.mjs", "TorAndroidIntegration.sys.mjs", "TorConnect.sys.mjs", "TorSettings.sys.mjs", "TorStrings.sys.mjs", Loading @@ -228,6 +227,7 @@ MOZ_SRC_FILES += [ "FaviconUtils.sys.mjs", "InputPickerPanelCommon.sys.mjs", "QRCode.sys.mjs", "TorAndroidIntegration.sys.mjs", ] if CONFIG["MOZ_ASAN_REPORTER"]: Loading