Fix JS IntermediateDecodeWithMetadata binding
This commit is contained in:
parent
50b0b8c010
commit
b8f9d036c2
@ -184,7 +184,7 @@ Stream.prototype.intermediateDecode = function() {
|
||||
*/
|
||||
Stream.prototype.intermediateDecodeWithMetadata = function(aNumResults) {
|
||||
aNumResults = aNumResults || 1;
|
||||
return binding.IntermediateDecode(this._impl, aNumResults);
|
||||
return binding.IntermediateDecodeWithMetadata(this._impl, aNumResults);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user