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