| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| index 704db797478d7d417e52ee523e0bc02bacc3d7fe..f07e4d0472c5b72938e816856559a3c0cb132097 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -297,6 +297,8 @@ interface TestObject {
|
| void voidMethodFloat32ArrayArg(Float32Array float32ArrayArg);
|
| void voidMethodInt32ArrayArg(Int32Array int32ArrayArg);
|
| void voidMethodUint8ArrayArg(Uint8Array uint8ArrayArg);
|
| + void voidMethodAllowSharedArrayBufferViewArg([AllowShared] ArrayBufferView arrayBufferViewArg);
|
| + void voidMethodAllowSharedUint8ArrayArg([AllowShared] Uint8Array uint8ArrayArg);
|
| // Arrays
|
| long[] longArrayMethod();
|
| DOMString[] stringArrayMethod();
|
|
|