107994 - Backing out rpotts change ( bug 102737 ) to fix the smoketest blocker.

git-svn-id: svn://10.0.0.236/trunk@106981 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
2001-11-01 19:40:48 +00:00
parent 2c64cf7242
commit 887aaf1681
2 changed files with 2 additions and 6 deletions

View File

@@ -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.