| Index: Source/core/css/CSSRuleList.idl
|
| diff --git a/Source/core/css/CSSRuleList.idl b/Source/core/css/CSSRuleList.idl
|
| index b846ab2feb343eacf477ee210d3fa11ead99ffe5..ffb548ce629b950fcc21bf7436b201bf79257449 100644
|
| --- a/Source/core/css/CSSRuleList.idl
|
| +++ b/Source/core/css/CSSRuleList.idl
|
| @@ -30,6 +30,6 @@
|
| DependentLifetime,
|
| WillBeGarbageCollected,
|
| ] interface CSSRuleList {
|
| - getter CSSRule? item(unsigned long index);
|
| + [Measure] getter CSSRule? item(unsigned long index);
|
| readonly attribute unsigned long length;
|
| };
|
|
|