Skip to content

Commit

Permalink
[embedlite-components] Don't load gecko addons at startup. Contribute…
Browse files Browse the repository at this point in the history
…s to JB#48786
  • Loading branch information
denexter committed Mar 25, 2020
1 parent 072c8dd commit e6a61a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsscripts/embedhelper.js
Expand Up @@ -8,7 +8,6 @@ let { classes: Cc, interfaces: Ci, results: Cr, utils: Cu } = Components;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://gre/modules/Services.jsm");
Cu.import("resource://gre/modules/Geometry.jsm");
Cu.import("resource://gre/modules/AddonManager.jsm");
Cu.import("resource://gre/modules/FileUtils.jsm");

let HTMLSelectElement = Ci.nsIDOMHTMLSelectElement;
Expand Down

0 comments on commit e6a61a8

Please sign in to comment.