Index: lib/commandLine.js |
diff --git a/lib/commandLine.js b/lib/commandLine.js |
index efa9b4b216ab90137af078e8e37e606f9e7ea104..d4b759fa0e126fa1f23d76a9b53455594bab2f29 100644 |
--- a/lib/commandLine.js |
+++ b/lib/commandLine.js |
@@ -10,8 +10,7 @@ |
* @module commandLine |
*/ |
-Cu.import("resource://gre/modules/Services.jsm"); |
-Cu.import("resource://gre/modules/XPCOMUtils.jsm"); |
+const {XPCOMUtils} = Cu.import("resource://gre/modules/XPCOMUtils.jsm", {}); |
let CommandLineHandler = |
{ |