$OpenBSD$ index ba59c65..a30b586 100644 --- toolkit/modules/debug.js.orig Fri Feb 20 15:40:39 2015 +++ toolkit/modules/debug.js Fri Feb 20 15:40:39 2015 @@ -41,6 +41,7 @@ this.NS_ASSERT = function NS_ASSERT(condition, message) { switch (defB.getCharPref("app.update.channel")) { case "nightly": case "aurora": + case "alpha": case "beta": case "default": releaseBuild = false;