Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: third_party/WebKit/Source/modules/indexeddb/WindowIndexedDatabase.idl

Issue 2501743003: Indexed DB: Remove 'webkit'-prefixed global aliases (Closed)
Patch Set: #if 0 as the least bad option? Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-
- [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;
};

Powered by Google App Engine
This is Rietveld 408576698