Index: Source/WebCore/css/StyleSheetList.idl |
=================================================================== |
--- Source/WebCore/css/StyleSheetList.idl (revision 142703) |
+++ Source/WebCore/css/StyleSheetList.idl (working copy) |
@@ -22,7 +22,8 @@ |
[ |
GenerateIsReachable=ImplDocument, |
IndexedGetter, |
- NamedGetter |
+ NamedGetter, |
+ ImplementationLacksVTable |
] interface StyleSheetList { |
readonly attribute unsigned long length; |
StyleSheet item(in [Optional=DefaultIsUndefined] unsigned long index); |