b=551860 Don't break on NS_DebugBreak(NS_DEBUG_ABORT, ...) r=cjones

This commit is contained in:
Karl Tomlinson 2010-03-24 16:39:15 +13:00
parent c74cdc70cd
commit 88220b6f55

View File

@ -320,7 +320,7 @@ NS_DebugBreak(PRUint32 aSeverity, const char *aStr, const char *aExpr,
return;
case NS_DEBUG_ABORT:
#ifdef DEBUG
#if defined(DEBUG) && defined(_WIN32)
RealBreak();
#endif
nsTraceRefcntImpl::WalkTheStack(stderr);