| Index: third_party/WebKit/public/platform/WebFeature.h
|
| diff --git a/third_party/WebKit/public/platform/WebFeature.h b/third_party/WebKit/public/platform/WebFeature.h
|
| index a2513820de01b2bfe84c2ee4a36060cae47662d4..f5b42e1d0bc69c30727ba7787e9b3257b281722e 100644
|
| --- a/third_party/WebKit/public/platform/WebFeature.h
|
| +++ b/third_party/WebKit/public/platform/WebFeature.h
|
| @@ -1558,6 +1558,7 @@ enum class WebFeature : uint32_t {
|
| kBudgetAPIGetCost = 2021,
|
| kBudgetAPIGetBudget = 2022,
|
| kCrossOriginMainFrameNulledNonEmptyNameAccessed = 2023,
|
| + kDeprecatedTimingFunctionStepMiddle = 2024,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|