| Index: third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| diff --git a/third_party/WebCore/bindings/scripts/test/TestObj.idl b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| index c8a7a02a923bd040e39739b1f03381d3d93845ec..2ca139a70accaf89f3e6363c4a68a74244661e22 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| @@ -67,6 +67,9 @@ module test {
|
| attribute [Reflect=customContentBooleanAttr] boolean reflectedCustomBooleanAttr;
|
| attribute [Reflect=customContentURLAttr, URL] DOMString reflectedCustomURLAttr;
|
|
|
| + // TypedArray attribute
|
| + attribute Float32Array typedArrayAttr;
|
| +
|
| // Methods
|
| void voidMethod();
|
| void voidMethodWithArgs(in long longArg, in DOMString strArg, in TestObj objArg);
|
|
|