Backed out changeset 6d2ffe8dc046 (bug 981249) for Linux ASAN test failure
This commit is contained in:
@@ -43,10 +43,7 @@ CommandLineHandler.prototype = {
|
||||
null);
|
||||
// Load the module to start up the app
|
||||
Cu.import("resource://webapprt/modules/Startup.jsm");
|
||||
startup(window).then(null, function (aError) {
|
||||
dump("Error: " + aError + "\n");
|
||||
Services.startup.quit(Ci.nsIAppStartup.eAttemptQuit);
|
||||
});
|
||||
startup(window);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user