diff options
Diffstat (limited to 'toolkit/mozapps/extensions/test/xpcshell/test_bug514327_1.js')
-rw-r--r-- | toolkit/mozapps/extensions/test/xpcshell/test_bug514327_1.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/mozapps/extensions/test/xpcshell/test_bug514327_1.js b/toolkit/mozapps/extensions/test/xpcshell/test_bug514327_1.js index 46b65ffff..c684e0ca2 100644 --- a/toolkit/mozapps/extensions/test/xpcshell/test_bug514327_1.js +++ b/toolkit/mozapps/extensions/test/xpcshell/test_bug514327_1.js @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -var Cc = Components.classes; -var Ci = Components.interfaces; +const Cc = Components.classes; +const Ci = Components.interfaces; const nsIBLS = Ci.nsIBlocklistService; |