| 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 1462e20100b3bee8796acb5233abd39c40e50387..44d36637432bb037da83c38b707d7f727286b129 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -987,6 +987,13 @@ public:
|
| ContentEditableTrue = 1130,
|
| ContentEditableTrueOnHTML = 1131,
|
| ContentEditablePlainTextOnly = 1132,
|
| + V8RegExpPrototypeUnicodeGetter = 1133,
|
| + V8IntlV8Parse = 1134,
|
| + V8IntlPattern = 1135,
|
| + V8IntlResolved = 1136,
|
| + V8PromiseChain = 1137,
|
| + V8PromiseAccept = 1138,
|
| + V8PromiseDefer = 1139,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|