Backed out changeset 6d2ffe8dc046 (bug 981249) for Linux ASAN test failure

This commit is contained in:
Carsten "Tomcat" Book
2014-03-26 11:43:16 +01:00
parent a336a5bb08
commit 605da53adf
13 changed files with 4 additions and 568 deletions

View File

@@ -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);
}
},