| 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,
|
|
|