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