summaryrefslogtreecommitdiffstats
path: root/services/sync/modules/keys.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/sync/modules/keys.js')
-rw-r--r--services/sync/modules/keys.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/keys.js b/services/sync/modules/keys.js
index bf909bdc2..b93de7f31 100644
--- a/services/sync/modules/keys.js
+++ b/services/sync/modules/keys.js
@@ -9,7 +9,7 @@ this.EXPORTED_SYMBOLS = [
"SyncKeyBundle"
];
-const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;
+var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;
Cu.import("resource://services-sync/constants.js");
Cu.import("resource://gre/modules/Log.jsm");