fixes bug 221431 "crash: @nsHTMLDocument::ResolveName" patch=keeda@hotpop.com r=darin sr=bz
This commit is contained in:
Родитель
d5e15d5ad7
Коммит
e8da589a7f
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче