Index: Source/modules/indexeddb/IDBKeyRange.idl |
diff --git a/Source/modules/indexeddb/IDBKeyRange.idl b/Source/modules/indexeddb/IDBKeyRange.idl |
index cc3900eb0fac2c0ad0b0bfd6fec25376be35b125..235e09e33d6203303167a7cf075bab7558f581a3 100644 |
--- a/Source/modules/indexeddb/IDBKeyRange.idl |
+++ b/Source/modules/indexeddb/IDBKeyRange.idl |
@@ -24,7 +24,6 @@ |
*/ |
[ |
- ImplementationLacksVTable |
] interface IDBKeyRange { |
[ImplementedAs=lowerValue,CallWith=ScriptExecutionContext] readonly attribute any lower; |
[ImplementedAs=upperValue,CallWith=ScriptExecutionContext] readonly attribute any upper; |