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:
parent
99e7c2bc55
commit
ddd2eeea63
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user