| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 050223923d39f65c4469e4b5f7b189177a17f145..50eb6a3a16036954eb6ca71214280044d12b77a4 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -339,6 +339,7 @@ interface TestObject {
|
| void voidMethodArrayBufferArg(ArrayBuffer arrayBufferArg);
|
| void voidMethodArrayBufferOrNullArg(ArrayBuffer? arrayBufferArg);
|
| void voidMethodArrayBufferViewArg(ArrayBufferView arrayBufferViewArg);
|
| + void voidMethodFlexibleArrayBufferViewArg([FlexibleArrayBufferView] ArrayBufferView arrayBufferViewArg);
|
| void voidMethodFloat32ArrayArg(Float32Array float32ArrayArg);
|
| void voidMethodInt32ArrayArg(Int32Array int32ArrayArg);
|
| void voidMethodUint8ArrayArg(Uint8Array uint8ArrayArg);
|
|
|