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 1a34e8169a
commit e2a439bf0b

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);