mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix another typo in Loader.jsm (bug 867485); r=dcamp
This commit is contained in:
parent
75249562a1
commit
5449f667d5
@ -8,7 +8,7 @@
|
||||
* Manages the addon-sdk loader instance used to load the developer tools.
|
||||
*/
|
||||
|
||||
let { interfaces: Ci, utils: Cu } = Components;
|
||||
let { classes: Cc, interfaces: Ci, utils: Cu } = Components;
|
||||
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
|
Loading…
Reference in New Issue
Block a user