Make sure to flush the tokenizer stack after tokenizing SCRIPT content. Note: This checkin also includes code clean up. b=104856, r=heikki, sr=jst
git-svn-id: svn://10.0.0.236/trunk@114540 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -723,8 +723,8 @@ NS_IMETHODIMP CViewSourceHTML::DidBuildModel(nsresult anErrorCode,PRBool aNotify
|
||||
* @param
|
||||
* @return
|
||||
*/
|
||||
nsresult CViewSourceHTML::Terminate(nsIParser* aParser) {
|
||||
return NS_ERROR_HTMLPARSER_STOPPARSING;
|
||||
NS_IMETHODIMP_(void)
|
||||
CViewSourceHTML::Terminate() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user