| Index: Source/bindings/core/v8/SerializationTag.h
|
| diff --git a/Source/bindings/core/v8/SerializationTag.h b/Source/bindings/core/v8/SerializationTag.h
|
| index eb09eeed5546b09c3974b8a5238318fcc56f7a44..9ee58f092cb84043d96e77f78d4fcd7e743054de 100644
|
| --- a/Source/bindings/core/v8/SerializationTag.h
|
| +++ b/Source/bindings/core/v8/SerializationTag.h
|
| @@ -60,6 +60,7 @@ enum SerializationTag {
|
| ArrayBufferTag = 'B', // byteLength:uint32_t, data:byte[byteLength] -> ArrayBuffer (ref)
|
| ArrayBufferTransferTag = 't', // index:uint32_t -> ArrayBuffer. For ArrayBuffer transfer
|
| ArrayBufferViewTag = 'V', // subtag:byte, byteOffset:uint32_t, byteLength:uint32_t -> ArrayBufferView (ref). Consumes an ArrayBuffer from the top of the deserialization stack.
|
| + SharedArrayBufferTransferTag = 'u', // index:uint32_t -> SharedArrayBuffer. For SharedArrayBuffer transfer
|
| CryptoKeyTag = 'K', // subtag:byte, props, usages:uint32_t, keyDataLength:uint32_t, keyData:byte[keyDataLength]
|
| // If subtag=AesKeyTag:
|
| // props = keyLengthBytes:uint32_t, algorithmId:uint32_t
|
|
|