summaryrefslogtreecommitdiffstats
path: root/services/common
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-10-06 12:07:35 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-10-06 12:07:35 +0200
commiteae3be4cfe133a86cc4175ebee9ce72055973b40 (patch)
treeb845d1a67ea047c2eb6487cc554f693f686af743 /services/common
parent04ebf989fb9dcbd2d67efa5194695ede1f417712 (diff)
downloadUXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar
UXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar.gz
UXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar.lz
UXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar.xz
UXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.zip
Make Everything Work™
Diffstat (limited to 'services/common')
-rw-r--r--services/common/utils.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/common/utils.js b/services/common/utils.js
index f0f57d14a..c90600ef4 100644
--- a/services/common/utils.js
+++ b/services/common/utils.js
@@ -69,6 +69,10 @@ this.CommonUtils = {
return true;
},
+ // Import these from Log.jsm for backward compatibility
+ exceptionStr: Log.exceptionStr,
+ stackTrace: Log.stackTrace,
+
/**
* Encode byte string as base64URL (RFC 4648).
*