fixes bug 221431 "crash: @nsHTMLDocument::ResolveName" patch=keeda@hotpop.com r=darin sr=bz

git-svn-id: svn://10.0.0.236/trunk@147696 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net 2003-10-07 18:20:58 +00:00
parent 99e7c2bc55
commit ddd2eeea63
2 changed files with 0 additions and 10 deletions

View File

@ -1183,11 +1183,6 @@ nsParser::CancelParsingEvents()
}
mFlags &= ~NS_PARSER_FLAG_PENDING_CONTINUE_EVENT;
/* Since we are taking this off of the queue, we need to do the NS_RELEASE
* that nsParserContinueEvent::HandleEvent would have done.
*/
nsParser* me = this;
NS_RELEASE(me);
}
return NS_OK;
}

View File

@ -1183,11 +1183,6 @@ nsParser::CancelParsingEvents()
}
mFlags &= ~NS_PARSER_FLAG_PENDING_CONTINUE_EVENT;
/* Since we are taking this off of the queue, we need to do the NS_RELEASE
* that nsParserContinueEvent::HandleEvent would have done.
*/
nsParser* me = this;
NS_RELEASE(me);
}
return NS_OK;
}