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

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

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/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 eb78338dfb55219d6b469d32e77e4e7b0ab89868..d77577bbaccd3e02a82c00e7b6b7607dbb58efd3 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,
@@ -288,14 +287,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