| Index: third_party/WebCore/html/canvas/Int16Array.idl
|
| diff --git a/third_party/WebCore/html/canvas/Int16Array.idl b/third_party/WebCore/html/canvas/Int16Array.idl
|
| index f6d089ea336fc759dce77eec3eb089abf6a961ee..9f98bea93e3db2aa20174bddef366230a7c0bd35 100644
|
| --- a/third_party/WebCore/html/canvas/Int16Array.idl
|
| +++ b/third_party/WebCore/html/canvas/Int16Array.idl
|
| @@ -25,14 +25,15 @@
|
|
|
| module html {
|
| interface [
|
| - CustomConstructor,
|
| + ConstructorTemplate=TypedArray,
|
| ConstructorParameters=1,
|
| NumericIndexedGetter,
|
| CustomIndexedSetter,
|
| JSGenerateToNativeObject,
|
| JSNoStaticTables,
|
| CustomToJSObject,
|
| - DoNotCheckConstants
|
| + DoNotCheckConstants,
|
| + TypedArray=short
|
| ] Int16Array : ArrayBufferView {
|
| const unsigned long BYTES_PER_ELEMENT = 2;
|
|
|
| @@ -42,6 +43,6 @@ module html {
|
|
|
| // void set(in Int16Array array, [Optional] in unsigned long offset);
|
| // void set(in sequence<long> array, [Optional] in unsigned long offset);
|
| - [Custom] void set();
|
| + void set();
|
| };
|
| }
|
|
|