Chromium Code Reviews| Index: third_party/WebKit/Source/modules/indexeddb/WindowIndexedDatabase.idl |
| diff --git a/third_party/WebKit/Source/modules/indexeddb/WindowIndexedDatabase.idl b/third_party/WebKit/Source/modules/indexeddb/WindowIndexedDatabase.idl |
| index d551fe562ba4b859b96ef186e1e4f35610889bb4..183376fbd218b77e647306ef118afeb6a12cad61 100644 |
| --- a/third_party/WebKit/Source/modules/indexeddb/WindowIndexedDatabase.idl |
| +++ b/third_party/WebKit/Source/modules/indexeddb/WindowIndexedDatabase.idl |
| @@ -27,16 +27,5 @@ |
| [ |
| ImplementedAs=GlobalIndexedDB |
| ] partial interface Window { |
| - [ImplementedAs=indexedDB, DeprecateAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB; |
| - |
| [MeasureAs=UnprefixedIndexedDB] readonly attribute IDBFactory indexedDB; |
|
foolip
2016/11/17 19:42:13
Totally unrelated, but I filed https://github.com/
|
| - |
| - [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; |
| }; |