| 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 44f4d419c8855fe0e44743933a42d838c5d3dad5..cff6edb56d6f47afe6717d60cab2215004587752 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1586,6 +1586,7 @@ class CORE_EXPORT UseCounter {
|
| kCrossOriginPropertyAccess = 1977,
|
| kCrossOriginPropertyAccessFromOpener = 1978,
|
| kCredentialManagerCreate = 1979,
|
| + kWebDatabaseCreateDropFTS3Table = 1980,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|