summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-03-12 16:20:49 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-03-12 16:20:49 -0400
commite510fcb00c7ee272f3360302a2a5c849d7c89630 (patch)
tree96eefc0af2e641055a0511e3dff3396b37c5bc2e /toolkit/mozapps/extensions
parentffa04def2f2fa71a0130d028af05c47e9ee49d10 (diff)
downloadUXP-e510fcb00c7ee272f3360302a2a5c849d7c89630.tar
UXP-e510fcb00c7ee272f3360302a2a5c849d7c89630.tar.gz
UXP-e510fcb00c7ee272f3360302a2a5c849d7c89630.tar.lz
UXP-e510fcb00c7ee272f3360302a2a5c849d7c89630.tar.xz
UXP-e510fcb00c7ee272f3360302a2a5c849d7c89630.zip
Adjust error number for WebExtensions on TychoAM and add the string to Basilisk
Pale Moon l10n will need an adjustment as well from -5 to -9
Diffstat (limited to 'toolkit/mozapps/extensions')
-rw-r--r--toolkit/mozapps/extensions/AddonManager.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/extensions/AddonManager.jsm b/toolkit/mozapps/extensions/AddonManager.jsm
index 51030cb56..681c4240a 100644
--- a/toolkit/mozapps/extensions/AddonManager.jsm
+++ b/toolkit/mozapps/extensions/AddonManager.jsm
@@ -2672,7 +2672,7 @@ this.AddonManager = {
// An error occured trying to write to the filesystem.
ERROR_FILE_ACCESS: -4,
// The downloaded file seems to be WebExtension.
- ERROR_WEBEXT_FILE: -5,
+ ERROR_WEBEXT_FILE: -9,
// These must be kept in sync with AddonUpdateChecker.
// No error was encountered.