| Index: third_party/WebCore/bindings/scripts/test/TestTypedArray.idl
|
| diff --git a/third_party/WebCore/bindings/scripts/test/TestTypedArray.idl b/third_party/WebCore/bindings/scripts/test/TestTypedArray.idl
|
| index e816b3860f9fcfedf44266885fcb5487d12292b4..239680c55a911f683d29aed37b74d7f45295c86f 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestTypedArray.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestTypedArray.idl
|
| @@ -26,15 +26,17 @@
|
|
|
| module html {
|
| interface [
|
| - CustomConstructor,
|
| + ConstructorTemplate=TypedArray,
|
| ConstructorParameters=123,
|
| NumericIndexedGetter,
|
| CustomIndexedSetter,
|
| JSGenerateToNativeObject,
|
| JSNoStaticTables,
|
| CustomToJSObject,
|
| - DoNotCheckConstants
|
| + DoNotCheckConstants,
|
| + TypedArray=double
|
| ] Float64Array : ArrayBufferView {
|
| Int32Array foo(in Float32Array array);
|
| + void set();
|
| };
|
| }
|
|
|