Chromium Code Reviews| Index: core/css/CSSRuleList.idl |
| diff --git a/core/css/CSSRuleList.idl b/core/css/CSSRuleList.idl |
| index b2d90d6794cc9b519dd5bb09d19f4c776f66b50e..dd189108786d9723d0594305ee5f446331df0d16 100644 |
| --- a/core/css/CSSRuleList.idl |
| +++ b/core/css/CSSRuleList.idl |
| @@ -28,6 +28,6 @@ |
| DependentLifetime |
| ] interface CSSRuleList { |
| readonly attribute unsigned long length; |
| - getter CSSRule item([Default=Undefined] optional unsigned long index); |
| + getter CSSRule item(unsigned long index); |
| }; |