| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| index 0e854cf363db29033028907ed8b988649aa04173..e789d51a78581eb9782427f7eaf50e5450ae2259 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| @@ -8303,8 +8303,7 @@ static void postMessageImpl(const char* interfaceName, TestObject* instance, con
|
| // Clear references to array buffers and image bitmaps from transferables
|
| // so that the serializer can consider the array buffers as
|
| // non-transferable and serialize them into the message.
|
| - ArrayBufferArray transferableArrayBuffers = transferables.array_buffers;
|
| - transferables.array_buffers.clear();
|
| + ArrayBufferArray transferableArrayBuffers = SerializedScriptValue::ExtractNonSharedArrayBuffers(transferables);
|
| ImageBitmapArray transferableImageBitmaps = transferables.image_bitmaps;
|
| transferables.image_bitmaps.clear();
|
| SerializedScriptValue::SerializeOptions options;
|
|
|