Index: Source/WebCore/Modules/indexeddb/IDBKeyRange.idl |
=================================================================== |
--- Source/WebCore/Modules/indexeddb/IDBKeyRange.idl (revision 142703) |
+++ Source/WebCore/Modules/indexeddb/IDBKeyRange.idl (working copy) |
@@ -25,7 +25,8 @@ |
[ |
Conditional=INDEXED_DATABASE, |
- JSNoStaticTables |
+ JSNoStaticTables, |
+ ImplementationLacksVTable |
] interface IDBKeyRange { |
readonly attribute IDBKey lower; |
readonly attribute IDBKey upper; |