| Index: Source/bindings/tests/idls/TestTypedArray.idl
|
| diff --git a/Source/bindings/tests/idls/TestTypedArray.idl b/Source/bindings/tests/idls/TestTypedArray.idl
|
| index df33995d9db0609208d2e036e94ff5d5c7117687..631409ed09b72188d57bf448d706e2ceab416fa7 100644
|
| --- a/Source/bindings/tests/idls/TestTypedArray.idl
|
| +++ b/Source/bindings/tests/idls/TestTypedArray.idl
|
| @@ -26,10 +26,11 @@
|
|
|
| [
|
| ConstructorTemplate=TypedArray,
|
| - CustomIndexedSetter,
|
| CustomToV8,
|
| DoNotCheckConstants
|
| ] interface Float64Array : ArrayBufferView {
|
| Int32Array foo(Float32Array array);
|
| void set();
|
| + [Custom] getter Node (unsigned long index);
|
| + [Custom] setter Node (unsigned long index, Node value);
|
| };
|
|
|