mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 223302. ASSERTION: OnDataAvailable implementation consumed no data: nsParser. r=bz, sr=darin
This commit is contained in:
parent
ff877950d7
commit
f9560d3e7e
@ -2568,6 +2568,9 @@ nsresult nsParser::OnDataAvailable(nsIRequest *request, nsISupports* aContext,
|
||||
rv = ResumeParse();
|
||||
}
|
||||
}
|
||||
else {
|
||||
rv = NS_ERROR_UNEXPECTED;
|
||||
}
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user