| 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 f0e2f9e02e28dbe8b0acb1addee5cd02633f4edd..ef4fa20c14fbfc2d67ea7cb46105921f7d86538d 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1476,6 +1476,7 @@ class CORE_EXPORT UseCounter {
|
| FetchResponseConstructionWithStream = 1826,
|
| LocationOrigin = 1827,
|
| DocumentOrigin = 1828,
|
| + SubtleCryptoOnlyStrictSecureContextCheckFailed = 1829,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|