From 288df6a7bf8b933e2dc499e38f4915fcf974c14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 30 Dec 2019 15:55:13 -0500 Subject: backport - Flush caches on upgrade - Properly handle FrameModule's unloading - Use the new module and remove the old implementation --- js/vapi-messaging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/vapi-messaging.js') diff --git a/js/vapi-messaging.js b/js/vapi-messaging.js index b4f468f..3c8ab02 100644 --- a/js/vapi-messaging.js +++ b/js/vapi-messaging.js @@ -26,7 +26,7 @@ /******************************************************************************/ (function () { - Cu.import('chrome://ematrix/content/CallbackWrapper.jsm'); + Cu.import('chrome://ematrix/content/lib/CallbackWrapper.jsm'); vAPI.messaging = { get globalMessageManager() { -- cgit v1.2.3