| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 5bb470a2ae3129c5d3d55941e7016e8ae41bf7e0..cf15fc5978e59f450393fbc5dbdbabd0b4949e69 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -1785,7 +1785,7 @@ class V8_EXPORT ValueSerializer {
|
|
|
| /*
|
| * Marks an ArrayBuffer as havings its contents transferred out of band.
|
| - * Pass the corresponding JSArrayBuffer in the deserializing context to
|
| + * Pass the corresponding ArrayBuffer in the deserializing context to
|
| * ValueDeserializer::TransferArrayBuffer.
|
| */
|
| void TransferArrayBuffer(uint32_t transfer_id,
|
|
|