Index: Source/WebCore/Modules/indexeddb/IDBIndex.idl |
=================================================================== |
--- Source/WebCore/Modules/indexeddb/IDBIndex.idl (revision 142703) |
+++ Source/WebCore/Modules/indexeddb/IDBIndex.idl (working copy) |
@@ -25,7 +25,8 @@ |
[ |
Conditional=INDEXED_DATABASE, |
- JSNoStaticTables |
+ JSNoStaticTables, |
+ ImplementationLacksVTable |
] interface IDBIndex { |
readonly attribute DOMString name; |
readonly attribute IDBObjectStore objectStore; |