aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-background.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-background.js')
-rw-r--r--js/vapi-background.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js
index 9df1dbb..067707c 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -31,6 +31,8 @@
/******************************************************************************/
(function () {
+ const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
+ Cu.import('resource://gre/modules/Services.jsm');
Cu.import('chrome://ematrix/content/HttpRequestHeaders.jsm');
let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-core.js