| Index: Source/core/css/CSSStyleDeclaration.idl
|
| diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl
|
| index 67da6d7ad8a4b5fe6bab5236f24c4c8afc9e94e5..be7b7082a417d77db7a81565d5be36a55eb10c2c 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.idl
|
| +++ b/Source/core/css/CSSStyleDeclaration.idl
|
| @@ -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
|
|
|