| 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 3757b870e3b680154f4e974b73990f96856e3bba..704db797478d7d417e52ee523e0bc02bacc3d7fe 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -285,6 +285,7 @@ interface TestObject {
|
| // Typed arrays
|
| ArrayBuffer arrayBufferMethod();
|
| ArrayBufferView arrayBufferViewMethod();
|
| + [RaisesException] ArrayBufferView arrayBufferViewMethodRaisesException();
|
| Float32Array float32ArrayMethod();
|
| Int32Array int32ArrayMethod();
|
| Uint8Array uint8ArrayMethod();
|
|
|