| Index: third_party/WebKit/Source/bindings/core/v8/SerializationTag.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializationTag.h b/third_party/WebKit/Source/bindings/core/v8/SerializationTag.h
|
| index 9ee58f092cb84043d96e77f78d4fcd7e743054de..53bca593358035347aae88e411e8c3b9103b1b27 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SerializationTag.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SerializationTag.h
|
| @@ -59,6 +59,7 @@ enum SerializationTag {
|
| RegExpTag = 'R', // pattern:RawString, flags:uint32_t -> RegExp (ref)
|
| ArrayBufferTag = 'B', // byteLength:uint32_t, data:byte[byteLength] -> ArrayBuffer (ref)
|
| ArrayBufferTransferTag = 't', // index:uint32_t -> ArrayBuffer. For ArrayBuffer transfer
|
| + ImageBitmapTransferTag = 'G', // index:uint32_t -> ImageBitmap. For ImageBitmap 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]
|
|
|