Bug 211249 mozilla/htmlparser/src/nsParser.cpp line 1766 interuptted should be interrupted

r=heikki sr=heikki
This commit is contained in:
timeless@mozdev.org
2004-01-15 04:06:00 +00:00
parent 323eefa7a5
commit a8cc599228
2 changed files with 2 additions and 2 deletions

View File

@@ -1754,7 +1754,7 @@ nsresult nsParser::ResumeParse(PRBool allowIteration, PRBool aIsFinalChunk, PRBo
}
}
//Only allow parsing to be interuptted in the subsequent call
//Only allow parsing to be interrupted in the subsequent call
//to build model.
SetCanInterrupt(aCanInterrupt);
nsresult theTokenizerResult = mFlags & NS_PARSER_FLAG_CAN_TOKENIZE ? Tokenize(aIsFinalChunk) : NS_OK; // kEOF==2152596456