зеркало из https://github.com/mozilla/gecko-dev.git
Bug 720957 - contentLength is unsed in nsJSONListener::OnDataAvailable. r=smaug
This commit is contained in:
Родитель
77bda48bf8
Коммит
594c2f1293
|
@ -634,8 +634,6 @@ nsJSONListener::OnDataAvailable(nsIRequest *aRequest, nsISupports *aContext,
|
|||
nsIInputStream *aStream,
|
||||
PRUint32 aOffset, PRUint32 aLength)
|
||||
{
|
||||
PRUint32 contentLength;
|
||||
aStream->Available(&contentLength);
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
if (mNeedsConverter && mSniffBuffer.Length() < 4) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче