Bug 211249 mozilla/htmlparser/src/nsParser.cpp line 1766 interuptted should be interrupted
r=heikki sr=heikki
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user