| 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 e0b7b11b60543919584d20b87bfbb5c69cf85278..1542e3ee6a3ff8f52621e3dc89873fecd4557fca 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -952,7 +952,7 @@ public:
|
| V8PromiseChain = 1137,
|
| V8PromiseAccept = 1138,
|
| V8PromiseDefer = 1139,
|
| - EventScoped = 1140,
|
| + EventComposed = 1140,
|
| GeolocationInsecureOriginIframe = 1141,
|
| GeolocationSecureOriginIframe = 1142,
|
| RequestMIDIAccessIframe = 1143,
|
|
|