tiny debugging improvements
This commit is contained in:
Родитель
569abd776a
Коммит
729eee902b
|
@ -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 {
|
||||
|
|
|
@ -934,7 +934,7 @@ nsresult nsParser::Tokenize(){
|
|||
|
||||
nsresult result=NS_OK;
|
||||
|
||||
++mMajorIteration;
|
||||
++mMajorIteration;
|
||||
|
||||
WillTokenize();
|
||||
nsITokenizer* theTokenizer=mParserContext->mDTD->GetTokenizer();
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -934,7 +934,7 @@ nsresult nsParser::Tokenize(){
|
|||
|
||||
nsresult result=NS_OK;
|
||||
|
||||
++mMajorIteration;
|
||||
++mMajorIteration;
|
||||
|
||||
WillTokenize();
|
||||
nsITokenizer* theTokenizer=mParserContext->mDTD->GetTokenizer();
|
||||
|
|
Загрузка…
Ссылка в новой задаче