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:
harishd%netscape.com
2002-02-14 23:45:20 +00:00
parent 1fe130f902
commit 1a9e99d353
16 changed files with 394 additions and 316 deletions

View File

@@ -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() {
}