Index: core/css/StyleSheetList.idl |
=================================================================== |
--- core/css/StyleSheetList.idl (revision 22811) |
+++ core/css/StyleSheetList.idl (working copy) |
@@ -21,11 +21,10 @@ |
// Introduced in DOM Level 2: |
[ |
GenerateIsReachable=ImplDocument, |
- IndexedGetter, |
CustomNamedGetter, |
ImplementationLacksVTable |
] interface StyleSheetList { |
readonly attribute unsigned long length; |
- StyleSheet item([Default=Undefined] optional unsigned long index); |
+ getter StyleSheet item([Default=Undefined] optional unsigned long index); |
}; |