| Index: Source/core/css/CSSKeyframesRule.idl
|
| diff --git a/Source/core/css/CSSKeyframesRule.idl b/Source/core/css/CSSKeyframesRule.idl
|
| index 6236740c3a89a85033d67669e268c405de2c7e3a..709f13394d9af2770821feeef59c6980516fc886 100644
|
| --- a/Source/core/css/CSSKeyframesRule.idl
|
| +++ b/Source/core/css/CSSKeyframesRule.idl
|
| @@ -37,5 +37,5 @@ interface CSSKeyframesRule : CSSRule {
|
| CSSKeyframeRule? findRule(DOMString select);
|
|
|
| // Non-standard APIs
|
| - [ImplementedAs=item, NotEnumerable] getter CSSKeyframeRule (unsigned long index);
|
| + [NotEnumerable] getter CSSKeyframeRule (unsigned long index);
|
| };
|
|
|