Index: modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl |
diff --git a/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl b/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl |
index a9540b6d7d1bfdb7381bac582fac98ddfa6df754..796cd5da7f1fc72f1c8e7eb6f3c03cc06fff892a 100644 |
--- a/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl |
+++ b/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl |
@@ -37,16 +37,4 @@ partial interface WorkerGlobalScope { |
[DeprecateAs=PrefixedIDBTransactionConstructor] attribute IDBTransactionConstructor webkitIDBTransaction; |
readonly attribute IDBFactory indexedDB; |
- |
- attribute IDBCursorConstructor IDBCursor; |
- attribute IDBCursorWithValueConstructor IDBCursorWithValue; |
- attribute IDBDatabaseConstructor IDBDatabase; |
- attribute IDBFactoryConstructor IDBFactory; |
- attribute IDBIndexConstructor IDBIndex; |
- attribute IDBKeyRangeConstructor IDBKeyRange; |
- attribute IDBObjectStoreConstructor IDBObjectStore; |
- attribute IDBOpenDBRequestConstructor IDBOpenDBRequest; |
- attribute IDBRequestConstructor IDBRequest; |
- attribute IDBTransactionConstructor IDBTransaction; |
- attribute IDBVersionChangeEventConstructor IDBVersionChangeEvent; |
}; |