Commit 8628c5d3 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 42247: Android helpers for the TorProvider

BB 43824: Move from resources:// to moz-src:///.
parent 6c80d4e7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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",
});

+1 −1
Original line number Diff line number Diff line
@@ -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",
@@ -228,6 +227,7 @@ MOZ_SRC_FILES += [
    "FaviconUtils.sys.mjs",
    "InputPickerPanelCommon.sys.mjs",
    "QRCode.sys.mjs",
    "TorAndroidIntegration.sys.mjs",
]

if CONFIG["MOZ_ASAN_REPORTER"]: