mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
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:
parent
64bb02dc7f
commit
c9254ad5f7
@ -2568,9 +2568,6 @@ nsresult nsParser::OnDataAvailable(nsIRequest *request, nsISupports* aContext,
|
||||
rv = ResumeParse();
|
||||
}
|
||||
}
|
||||
else {
|
||||
rv = NS_ERROR_UNEXPECTED;
|
||||
}
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user