36148 - Mlk [ r= rickg ] nsParser::Parse(string)
39713 - Crash caused by an uninitialized ref. counter
39466 - Handling XML error before calling DidBuildModel().

r=nisheeth

a=waterson


git-svn-id: svn://10.0.0.236/trunk@70609 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
2000-05-22 21:32:06 +00:00
parent e13ae8edbb
commit 3ae31acebc
36 changed files with 252 additions and 156 deletions

View File

@@ -471,7 +471,7 @@ nsITokenRecycler* CViewSourceHTML::GetTokenRecycler(void){
* @param
* @return
*/
nsresult CViewSourceHTML::Terminate(void) {
nsresult CViewSourceHTML::Terminate(nsIParser* aParser) {
return NS_ERROR_HTMLPARSER_STOPPARSING;
}