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