Index: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl |
diff --git a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl |
index 8ca9e62fa9bb7300a147561822749fbae6d7f624..a9540b6d7d1bfdb7381bac582fac98ddfa6df754 100644 |
--- a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl |
+++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl |
@@ -25,16 +25,16 @@ |
*/ |
partial interface WorkerGlobalScope { |
- [ImplementedAs=indexedDB] readonly attribute IDBFactory webkitIndexedDB; |
+ [ImplementedAs=indexedDB, DeprecateAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB; |
- attribute IDBCursorConstructor webkitIDBCursor; |
- attribute IDBDatabaseConstructor webkitIDBDatabase; |
- attribute IDBFactoryConstructor webkitIDBFactory; |
- attribute IDBIndexConstructor webkitIDBIndex; |
- attribute IDBKeyRangeConstructor webkitIDBKeyRange; |
- attribute IDBObjectStoreConstructor webkitIDBObjectStore; |
- attribute IDBRequestConstructor webkitIDBRequest; |
- attribute IDBTransactionConstructor webkitIDBTransaction; |
+ [DeprecateAs=PrefixedIDBCursorConstructor] attribute IDBCursorConstructor webkitIDBCursor; |
+ [DeprecateAs=PrefixedIDBDatabaseConstructor] attribute IDBDatabaseConstructor webkitIDBDatabase; |
+ [DeprecateAs=PrefixedIDBFactoryConstructor] attribute IDBFactoryConstructor webkitIDBFactory; |
+ [DeprecateAs=PrefixedIDBIndexConstructor] attribute IDBIndexConstructor webkitIDBIndex; |
+ [DeprecateAs=PrefixedIDBKeyRangeConstructor] attribute IDBKeyRangeConstructor webkitIDBKeyRange; |
+ [DeprecateAs=PrefixedIDBObjectStoreConstructor] attribute IDBObjectStoreConstructor webkitIDBObjectStore; |
+ [DeprecateAs=PrefixedIDBRequestConstructor] attribute IDBRequestConstructor webkitIDBRequest; |
+ [DeprecateAs=PrefixedIDBTransactionConstructor] attribute IDBTransactionConstructor webkitIDBTransaction; |
readonly attribute IDBFactory indexedDB; |