mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1010984 Builds without Firefox Health Report are unable to check for updates or update. r=enndeakin
This commit is contained in:
parent
b680d252b5
commit
e5679da177
@ -12,7 +12,9 @@ Components.utils.import("resource://gre/modules/FileUtils.jsm");
|
||||
Components.utils.import("resource://gre/modules/AddonManager.jsm");
|
||||
Components.utils.import("resource://gre/modules/Services.jsm");
|
||||
Components.utils.import("resource://gre/modules/ctypes.jsm");
|
||||
#ifdef MOZ_SERVICES_HEALTHREPORT
|
||||
Components.utils.import("resource://gre/modules/UpdaterHealthProvider.jsm");
|
||||
#endif
|
||||
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
|
Loading…
Reference in New Issue
Block a user