зеркало из https://github.com/mozilla/pjs.git
Bug 411052. nsJSONListener initialization warning. r/sr=jst, a=schrep
This commit is contained in:
Родитель
ad633a1c49
Коммит
b173ef5641
|
@ -747,7 +747,7 @@ nsJSONListener::OnDataAvailable(nsIRequest *aRequest, nsISupports *aContext,
|
|||
{
|
||||
PRUint32 contentLength;
|
||||
aStream->Available(&contentLength);
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
if (mNeedsConverter && mSniffBuffer.Length() < 4) {
|
||||
PRUint32 readCount = (aLength < 4) ? aLength : 4;
|
||||
|
|
Загрузка…
Ссылка в новой задаче