aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-storage.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-storage.js')
-rw-r--r--js/vapi-storage.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/vapi-storage.js b/js/vapi-storage.js
index 6dbb955..6a6cb3b 100644
--- a/js/vapi-storage.js
+++ b/js/vapi-storage.js
@@ -26,6 +26,9 @@
/******************************************************************************/
(function () {
+ const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
+ Cu.import('resource://gre/modules/Services.jsm');
+
let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-background.js
// API matches that of chrome.storage.local: