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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2501743003: Indexed DB: Remove 'webkit'-prefixed global aliases (Closed)
Patch Set: rebased 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/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 5e08c93da5e9ef02e0eee92932b4746cdf3c8945..31b0d719fb7ddff84b40ce509716662ccb12387e 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -72,7 +72,6 @@ class CORE_EXPORT UseCounter {
// Do not change assigned numbers of existing items: add new features
// to the end of the list.
OBSOLETE_PageDestruction = 0,
- PrefixedIndexedDB = 3,
WorkerStart = 4,
SharedWorkerStart = 5,
UnprefixedIndexedDB = 9,
@@ -289,14 +288,6 @@ class CORE_EXPORT UseCounter {
WindowDefaultstatus = 358,
PrefixedTransitionEventConstructor = 361,
PrefixedMutationObserverConstructor = 362,
- PrefixedIDBCursorConstructor = 363,
- PrefixedIDBDatabaseConstructor = 364,
- PrefixedIDBFactoryConstructor = 365,
- PrefixedIDBIndexConstructor = 366,
- PrefixedIDBKeyRangeConstructor = 367,
- PrefixedIDBObjectStoreConstructor = 368,
- PrefixedIDBRequestConstructor = 369,
- PrefixedIDBTransactionConstructor = 370,
NotificationPermission = 371,
RangeDetach = 372,
PrefixedFileRelativePath = 386,

Powered by Google App Engine
This is Rietveld 408576698