diff options
Diffstat (limited to 'js/vapi-messaging.js')
-rw-r--r-- | js/vapi-messaging.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/vapi-messaging.js b/js/vapi-messaging.js index abed913..b00c054 100644 --- a/js/vapi-messaging.js +++ b/js/vapi-messaging.js @@ -32,6 +32,8 @@ (function () { const {classes: Cc, interfaces: Ci, utils: Cu} = Components; const {Services} = Cu.import('resource://gre/modules/Services.jsm', null); + const {CallbackWrapper} = + Cu.import('chrome://ematrix/content/CallbackWrapper.jsm', null); let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-background.js |