| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index bc10c51fc02f0609a90c9dfb25734a3695be4346..8d3ce6ddbdb2fb7369525aaf50192402706802ef 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -309,6 +309,10 @@ public:
|
| PrefixedImageSmoothingEnabled = 267,
|
| UnprefixedImageSmoothingEnabled = 268,
|
| ShadowRootApplyAuthorStyles = 269,
|
| + PromiseConstructor = 270,
|
| + PromiseCast = 271,
|
| + PromiseReject = 272,
|
| + PromiseResolve = 273,
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
| NumberOfFeatures, // This enum value must be last.
|
|
|