mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 996310 - Remove stray + that crept in when rebasing to fix a CLOSED TREE.
This commit is contained in:
parent
037abf26a1
commit
ec3dfa79b6
@ -814,10 +814,10 @@ nsBinaryInputStream::ReadByteArray(uint32_t aLength, uint8_t** aResult)
|
|||||||
}
|
}
|
||||||
|
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
+nsBinaryInputStream::ReadArrayBuffer(uint32_t aLength,
|
nsBinaryInputStream::ReadArrayBuffer(uint32_t aLength,
|
||||||
JS::HandleValue aBuffer,
|
JS::HandleValue aBuffer,
|
||||||
JSContext* aCx,
|
JSContext* aCx,
|
||||||
uint32_t *rLength)
|
uint32_t *rLength)
|
||||||
{
|
{
|
||||||
if (!aBuffer.isObject()) {
|
if (!aBuffer.isObject()) {
|
||||||
return NS_ERROR_FAILURE;
|
return NS_ERROR_FAILURE;
|
||||||
|
Loading…
Reference in New Issue
Block a user