Backing out the following fix because tree is closed. Sorry for the mistake. Bug 223302. ASSERTION: OnDataAvailable implementation consumed no data: nsParser. r=bz, sr=darin

This commit is contained in:
aaronleventhal%moonset.net 2005-01-11 23:39:22 +00:00
parent 64bb02dc7f
commit c9254ad5f7

View File

@ -2568,9 +2568,6 @@ nsresult nsParser::OnDataAvailable(nsIRequest *request, nsISupports* aContext,
rv = ResumeParse();
}
}
else {
rv = NS_ERROR_UNEXPECTED;
}
return rv;
}