Whoops, accidentally checked something that shouldn't be. Uncommenting-out
the break call in Assertion() (backing out earlier checkin)
This commit is contained in:
@@ -287,7 +287,7 @@ NS_COM void nsDebug::Assertion(const char* aStr, const char* aExpr,
|
||||
}
|
||||
#endif
|
||||
|
||||
//Break(aFile, aLine);
|
||||
Break(aFile, aLine);
|
||||
}
|
||||
|
||||
NS_COM void nsDebug::Break(const char* aFile, PRIntn aLine)
|
||||
|
||||
Reference in New Issue
Block a user