Index: Modules/indexeddb/IDBIndex.idl |
diff --git a/Modules/indexeddb/IDBIndex.idl b/Modules/indexeddb/IDBIndex.idl |
index 391abe8642a46012d6c62d835fb8fa6a043967f3..4cb860e24ac74e07ccc57b582c7cdd21b44483ec 100644 |
--- a/Modules/indexeddb/IDBIndex.idl |
+++ b/Modules/indexeddb/IDBIndex.idl |
@@ -24,8 +24,6 @@ |
*/ |
[ |
- Conditional=INDEXED_DATABASE, |
- JSNoStaticTables, |
ImplementationLacksVTable |
] interface IDBIndex { |
readonly attribute DOMString name; |
@@ -57,4 +55,3 @@ |
[CallWith=ScriptExecutionContext] IDBRequest count(in any key) |
raises (DOMException); |
}; |
- |