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,7 +814,7 @@ nsBinaryInputStream::ReadByteArray(uint32_t aLength, uint8_t** aResult)
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
+nsBinaryInputStream::ReadArrayBuffer(uint32_t aLength,
|
||||
nsBinaryInputStream::ReadArrayBuffer(uint32_t aLength,
|
||||
JS::HandleValue aBuffer,
|
||||
JSContext* aCx,
|
||||
uint32_t *rLength)
|
||||
|
Loading…
Reference in New Issue
Block a user