Loading toolkit/profile/xpcshell/head.js +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ function simulateSnapEnvironment() { let env = Cc["@mozilla.org/process/environment;1"].getService( Ci.nsIEnvironment ); env.set("SNAP_NAME", "firefox"); env.set("SNAP_NAME", AppConstants.MOZ_APP_NAME); gIsLegacy = true; } Loading Loading
toolkit/profile/xpcshell/head.js +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ function simulateSnapEnvironment() { let env = Cc["@mozilla.org/process/environment;1"].getService( Ci.nsIEnvironment ); env.set("SNAP_NAME", "firefox"); env.set("SNAP_NAME", AppConstants.MOZ_APP_NAME); gIsLegacy = true; } Loading