Bug 996310 - Remove stray + that crept in when rebasing to fix a CLOSED TREE.

This commit is contained in:
Ryan VanderMeulen 2014-05-21 18:20:10 -04:00
parent 037abf26a1
commit ec3dfa79b6

View File

@ -814,10 +814,10 @@ nsBinaryInputStream::ReadByteArray(uint32_t aLength, uint8_t** aResult)
}
NS_IMETHODIMP
+nsBinaryInputStream::ReadArrayBuffer(uint32_t aLength,
JS::HandleValue aBuffer,
JSContext* aCx,
uint32_t *rLength)
nsBinaryInputStream::ReadArrayBuffer(uint32_t aLength,
JS::HandleValue aBuffer,
JSContext* aCx,
uint32_t *rLength)
{
if (!aBuffer.isObject()) {
return NS_ERROR_FAILURE;