| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index a7d6d4d1ae5c2ec2e42a3ef1dd3a57e1b3b2ea4d..ea7b8825c3387e48533d3bb08f1c683ab1a60766 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -73,6 +73,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
|
| [Reflect=customContentIntegralAttr] attribute long reflectedCustomIntegralAttr;
|
| [Reflect=customContentBooleanAttr] attribute boolean reflectedCustomBooleanAttr;
|
| [Reflect=customContentURLAttr, TreatNullAs=NullString, URL] attribute DOMString reflectedCustomURLAttr;
|
| + [Reflect] attribute SVGAnimatedString animatedReflectedAttribute;
|
|
|
| // TypedArray attribute
|
| attribute Float32Array typedArrayAttr;
|
|
|