mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b=551860 Don't break on NS_DebugBreak(NS_DEBUG_ABORT, ...) r=cjones
This commit is contained in:
parent
c74cdc70cd
commit
88220b6f55
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user