Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'rozhkov/embedlite-components-jb21980' into nemo_embedli…
…te_38
  • Loading branch information
rojkov committed Oct 30, 2015
2 parents 8e957b8 + 234e121 commit 9112033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jscomps/EmbedLiteGlobalHelper.js
Expand Up @@ -8,6 +8,7 @@ const Cr = Components.results;

Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
Components.utils.import("resource://gre/modules/Services.jsm");
Components.utils.import("resource://gre/modules/LoginManagerParent.jsm");

// Common helper service

Expand Down Expand Up @@ -72,6 +73,7 @@ EmbedLiteGlobalHelper.prototype = {
} catch (e) {
dump("E login manager\n");
}
LoginManagerParent.init();
break;
}
case "xpcom-shutdown": {
Expand Down

0 comments on commit 9112033

Please sign in to comment.