Bug 1247203 - Do not hardcode main module path in Loader.jsm. r=jryans

This commit is contained in:
Alexandre Poirot 2016-03-04 07:51:12 -08:00
parent 2148b1df6a
commit a65ec348c1

View File

@ -324,9 +324,10 @@ DevToolsLoader.prototype = {
this._provider.unload("reload");
delete this._provider;
let mainid = this._mainid;
delete this._mainid;
this._loadProvider();
this.main("devtools/client/main");
this.main(mainid);
},
/**