Index: core/css/StyleSheetList.idl |
=================================================================== |
--- core/css/StyleSheetList.idl (revision 23517) |
+++ core/css/StyleSheetList.idl (working copy) |
@@ -21,9 +21,9 @@ |
// Introduced in DOM Level 2: |
[ |
GenerateIsReachable=document, |
- CustomNamedGetter |
] interface StyleSheetList { |
readonly attribute unsigned long length; |
getter StyleSheet item([Default=Undefined] optional unsigned long index); |
+ [ImplementedAs=anonymousNamedGetter, NotEnumerable] getter CSSStyleSheet (DOMString name); |
}; |