From 4d4535d84e44ca4bf894dca192575053f3cf0658 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 19 Apr 2018 17:26:39 +0200 Subject: [PATCH] moebius#84: Fix: The profile - resetting (follow up) https://github.com/MoonchildProductions/moebius/pull/84 --- toolkit/modules/ResetProfile.jsm | 1 - 1 file changed, 1 deletion(-) diff --git a/toolkit/modules/ResetProfile.jsm b/toolkit/modules/ResetProfile.jsm index 0b1faacd0d..c1839af4ff 100644 --- a/toolkit/modules/ResetProfile.jsm +++ b/toolkit/modules/ResetProfile.jsm @@ -11,7 +11,6 @@ const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components; Cu.import("resource://gre/modules/Services.jsm"); Cu.import("resource://gre/modules/AppConstants.jsm"); -const MOZ_APP_NAME = AppConstants.MOZ_APP_NAME; // For Basilisk and Pale Moon // Hard-code MOZ_APP_NAME to firefox because of hard-coded type in migrator. const MOZ_APP_NAME = (((AppConstants.MOZ_APP_NAME == "basilisk")