Whoops, accidentally checked something that shouldn't be. Uncommenting-out

the break call in Assertion() (backing out earlier checkin)
This commit is contained in:
mstoltz@netscape.com
2001-07-18 21:46:18 +00:00
parent 517adcd7dc
commit 113b22b48a
2 changed files with 2 additions and 2 deletions

View File

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