Index: Source/WebCore/Modules/filesystem/EntryArraySync.idl |
=================================================================== |
--- Source/WebCore/Modules/filesystem/EntryArraySync.idl (revision 142703) |
+++ Source/WebCore/Modules/filesystem/EntryArraySync.idl (working copy) |
@@ -31,7 +31,8 @@ |
[ |
Conditional=FILE_SYSTEM, |
IndexedGetter, |
- JSNoStaticTables |
+ JSNoStaticTables, |
+ ImplementationLacksVTable |
] interface EntryArraySync { |
readonly attribute unsigned long length; |
EntrySync item(in [IsIndex] unsigned long index); |