tiny debugging improvements

This commit is contained in:
rickg@netscape.com
1999-01-20 08:51:34 +00:00
parent 8e93c65c3f
commit e794d9c8d4
4 changed files with 4 additions and 2 deletions

View File

@@ -1404,6 +1404,7 @@ nsresult CSkippedContentToken::Consume(PRUnichar aChar,nsScanner& aScanner) {
static CCommentToken theComment;
result=theComment.Consume(aChar,aScanner);
if(NS_OK==result) {
result=aScanner.SkipWhitespace();
temp.Append(theComment.GetStringValueXXX());
}
} else {