зеркало из https://github.com/mozilla/pjs.git
Bug 738535 - JS_WrapValue the FileReader's array buffer result. r=khuey
This commit is contained in:
Родитель
a5e822709e
Коммит
5b2232acb4
|
@ -242,6 +242,9 @@ nsDOMFileReader::GetResult(JSContext* aCx, jsval* aResult)
|
|||
} else {
|
||||
*aResult = JSVAL_NULL;
|
||||
}
|
||||
if (!JS_WrapValue(aCx, aResult)) {
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче