summaryrefslogtreecommitdiffstats
path: root/services/sync/modules-testing/fxa_utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/sync/modules-testing/fxa_utils.js')
-rw-r--r--services/sync/modules-testing/fxa_utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules-testing/fxa_utils.js b/services/sync/modules-testing/fxa_utils.js
index 4c622660a..70aa17b03 100644
--- a/services/sync/modules-testing/fxa_utils.js
+++ b/services/sync/modules-testing/fxa_utils.js
@@ -4,7 +4,7 @@ this.EXPORTED_SYMBOLS = [
"initializeIdentityWithTokenServerResponse",
];
-const {utils: Cu} = Components;
+var {utils: Cu} = Components;
Cu.import("resource://gre/modules/Log.jsm");
Cu.import("resource://services-sync/main.js");