| 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 de7bee3e19f06e18f998366a24a97fd3d33efc16..5cc8b982a09672874b36ad570558be0cabeef327 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1428,9 +1428,8 @@ class CORE_EXPORT UseCounter {
|
| kV8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810,
|
| kV8DeprecatedStorageQuota_RequestQuota_Method = 1811,
|
| kV8FileReaderSync_Constructor = 1812,
|
| - kUncancellableTouchEventPreventDefaulted = 1813,
|
| - kUncancellableTouchEventDueToMainThreadResponsivenessPreventDefaulted =
|
| - 1814,
|
| + kUncancelableTouchEventPreventDefaulted = 1813,
|
| + kUncancelableTouchEventDueToMainThreadResponsivenessPreventDefaulted = 1814,
|
| kV8HTMLVideoElement_Poster_AttributeGetter = 1815,
|
| kV8HTMLVideoElement_Poster_AttributeSetter = 1816,
|
| kNotificationPermissionRequestedIframe = 1817,
|
|
|