| 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 85b58c487219642044c810f891ec09c769ee2dec..2cea7be153c0200ab3aa37d965448983cacbb3f9 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -936,7 +936,7 @@ public:
|
| MediaDevicesEnumerateDevices = 1119,
|
| NonSecureSharedWorkerAccessedFromSecureContext = 1120,
|
| SecureSharedWorkerAccessedFromNonSecureContext = 1121,
|
| - EventDeepPath = 1123,
|
| + EventComposedPath = 1123,
|
| LinkHeaderPreload = 1124,
|
| MouseWheelEvent = 1125,
|
| WheelEvent = 1126,
|
|
|