mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 988000 - Lazily load FreeSpaceWatcher.jsm. r=fabrice
This commit is contained in:
parent
5675a1c236
commit
cd71affa66
@ -8,7 +8,10 @@ const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
const Cu = Components.utils;
|
||||
|
||||
Cu.import("resource://gre/modules/FreeSpaceWatcher.jsm");
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "FreeSpaceWatcher",
|
||||
"resource://gre/modules/FreeSpaceWatcher.jsm");
|
||||
|
||||
this.EXPORTED_SYMBOLS = ["AppDownloadManager"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user