From 0b81faebee2fc326338be8399116a5d005879a03 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 11 Mar 2015 19:48:00 -0400 Subject: [PATCH] this helps #993 --- platform/firefox/vapi-background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index ce792d1..6ab8925 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -38,6 +38,7 @@ const {Services} = Cu.import('resource://gre/modules/Services.jsm', null); /******************************************************************************/ var vAPI = self.vAPI = self.vAPI || {}; +vAPI.isMainProcess = true; vAPI.firefox = true; vAPI.fennec = Services.appinfo.ID === '{aa3c5121-dab2-40e2-81ca-7ea25febc110}';