Index: core/css/CSSStyleDeclaration.idl |
=================================================================== |
--- core/css/CSSStyleDeclaration.idl (revision 22811) |
+++ core/css/CSSStyleDeclaration.idl (working copy) |
@@ -22,7 +22,6 @@ |
[ |
CustomNamedSetter, |
CustomNamedGetter, |
- IndexedGetter, |
CustomEnumerateProperty, |
DependentLifetime, |
SkipVTableValidation |
@@ -38,7 +37,7 @@ |
[Default=Undefined] optional DOMString priority); |
readonly attribute unsigned long length; |
- DOMString item([Default=Undefined] optional unsigned long index); |
+ getter DOMString item([Default=Undefined] optional unsigned long index); |
readonly attribute CSSRule parentRule; |
// Extensions |