| 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 bae0ffbf818c36a9658566cfaa248e31bc99143a..fb179a8399889bccd401aac0de5be7ee6df22858 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -993,6 +993,7 @@ public:
|
| V8PromiseChain = 1137,
|
| V8PromiseAccept = 1138,
|
| V8PromiseDefer = 1139,
|
| + EventScoped = 1140,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|