Chromium Code Reviews| Index: core/css/CSSValueList.idl |
| diff --git a/core/css/CSSValueList.idl b/core/css/CSSValueList.idl |
| index b44fcaca1ed85c65dc1ef615749e42e04fc1f431..04ad96ff18258d0a839708f39fd237ee24bba867 100644 |
| --- a/core/css/CSSValueList.idl |
| +++ b/core/css/CSSValueList.idl |
| @@ -27,6 +27,6 @@ |
| [ |
| ] interface CSSValueList : CSSValue { |
| readonly attribute unsigned long length; |
| - getter CSSValue item(unsigned long index); |
| + [ImplementedAs=itemWithBoundsCheck] getter CSSValue item(unsigned long index); |
| }; |