зеркало из https://github.com/mozilla/pjs.git
107994 - Backing out rpotts change ( bug 102737 ) to fix the smoketest blocker.
This commit is contained in:
Родитель
ac5d543433
Коммит
00086ea4e4
|
@ -2503,9 +2503,7 @@ nsresult nsParser::OnStopRequest(nsIRequest *request, nsISupports* aContext,
|
|||
|
||||
nsresult result=NS_OK;
|
||||
|
||||
if((eOnStart==mParserContext->mStreamListenerState) &&
|
||||
(!mParserContext->mMimeType.EqualsWithConversion(kPlainTextContentType)))
|
||||
{
|
||||
if(eOnStart==mParserContext->mStreamListenerState) {
|
||||
|
||||
//If you're here, then OnDataAvailable() never got called.
|
||||
//Prior to necko, we never dealt with this case, but the problem may have existed.
|
||||
|
|
|
@ -2503,9 +2503,7 @@ nsresult nsParser::OnStopRequest(nsIRequest *request, nsISupports* aContext,
|
|||
|
||||
nsresult result=NS_OK;
|
||||
|
||||
if((eOnStart==mParserContext->mStreamListenerState) &&
|
||||
(!mParserContext->mMimeType.EqualsWithConversion(kPlainTextContentType)))
|
||||
{
|
||||
if(eOnStart==mParserContext->mStreamListenerState) {
|
||||
|
||||
//If you're here, then OnDataAvailable() never got called.
|
||||
//Prior to necko, we never dealt with this case, but the problem may have existed.
|
||||
|
|
Загрузка…
Ссылка в новой задаче