| Index: core/css/CSSRuleList.idl
|
| ===================================================================
|
| --- core/css/CSSRuleList.idl (revision 22811)
|
| +++ core/css/CSSRuleList.idl (working copy)
|
| @@ -25,11 +25,10 @@
|
|
|
| // Introduced in DOM Level 2:
|
| [
|
| - IndexedGetter,
|
| DependentLifetime,
|
| SkipVTableValidation
|
| ] interface CSSRuleList {
|
| readonly attribute unsigned long length;
|
| - CSSRule item([Default=Undefined] optional unsigned long index);
|
| + getter CSSRule item([Default=Undefined] optional unsigned long index);
|
| };
|
|
|
|
|