| Index: Source/core/css/StyleSheetList.idl
|
| diff --git a/Source/core/css/StyleSheetList.idl b/Source/core/css/StyleSheetList.idl
|
| index 85d4c4478969e1a3fca7e3c14ef23642651a8431..ce31d3b688fe4001f1fbaf01f698a4541dc8c517 100644
|
| --- a/Source/core/css/StyleSheetList.idl
|
| +++ b/Source/core/css/StyleSheetList.idl
|
| @@ -25,7 +25,7 @@
|
| SetWrapperReferenceFrom=document,
|
| WillBeGarbageCollected
|
| ] interface StyleSheetList {
|
| - getter StyleSheet? item(unsigned long index);
|
| + [Measure] getter StyleSheet? item(unsigned long index);
|
| readonly attribute unsigned long length;
|
|
|
| // Non-standard APIs
|
|
|