Index: Modules/indexeddb/IDBKeyRange.idl |
diff --git a/Modules/indexeddb/IDBKeyRange.idl b/Modules/indexeddb/IDBKeyRange.idl |
index e5728c6280eddd95e0703409b556d7f40280590c..50e897844c48e27a6eeedc09596f39ac61f88e11 100644 |
--- a/Modules/indexeddb/IDBKeyRange.idl |
+++ b/Modules/indexeddb/IDBKeyRange.idl |
@@ -24,8 +24,6 @@ |
*/ |
[ |
- Conditional=INDEXED_DATABASE, |
- JSNoStaticTables, |
ImplementationLacksVTable |
] interface IDBKeyRange { |
[ImplementedAs=lowerValue,CallWith=ScriptExecutionContext] readonly attribute any lower; |
@@ -42,4 +40,3 @@ |
[CallWith=ScriptExecutionContext] static IDBKeyRange bound(in any lower, in any upper, in [Optional] boolean lowerOpen, in [Optional] boolean upperOpen) |
raises (DOMException); |
}; |
- |