| 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 42d80f42172ecb67b953a8c81986c1b9f2e6eaea..c4751914a1c1aa542e061cd149dd947b67c81303 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
 | 
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
 | 
| @@ -948,12 +948,8 @@ public:
 | 
|          PresentationConnectionConnectEventListener = 1157,
 | 
|          PresentationConnectionCloseEventListener = 1158,
 | 
|          PresentationConnectionTerminateEventListener = 1159,
 | 
| -        DocumentCreateEventFontFaceSetLoadEvent = 1160,
 | 
| -        DocumentCreateEventMediaQueryListEvent = 1161,
 | 
|          DocumentCreateEventAnimationEvent = 1162,
 | 
| -        DocumentCreateEventApplicationCacheErrorEvent = 1164,
 | 
|          DocumentCreateEventBeforeUnloadEvent = 1166,
 | 
| -        DocumentCreateEventClipboardEvent = 1167,
 | 
|          DocumentCreateEventCompositionEvent = 1168,
 | 
|          DocumentCreateEventDragEvent = 1169,
 | 
|          DocumentCreateEventErrorEvent = 1170,
 | 
| @@ -963,49 +959,19 @@ public:
 | 
|          DocumentCreateEventPageTransitionEvent = 1174,
 | 
|          DocumentCreateEventPopStateEvent = 1176,
 | 
|          DocumentCreateEventProgressEvent = 1177,
 | 
| -        DocumentCreateEventPromiseRejectionEvent = 1178,
 | 
| -        DocumentCreateEventResourceProgressEvent = 1180,
 | 
| -        DocumentCreateEventSecurityPolicyViolationEvent = 1181,
 | 
|          DocumentCreateEventTextEvent = 1182,
 | 
|          DocumentCreateEventTransitionEvent = 1183,
 | 
|          DocumentCreateEventWheelEvent = 1184,
 | 
|          DocumentCreateEventTrackEvent = 1186,
 | 
|          DocumentCreateEventWebKitAnimationEvent = 1187,
 | 
|          DocumentCreateEventMutationEvents = 1188,
 | 
| -        DocumentCreateEventOrientationEvent = 1189,
 | 
|          DocumentCreateEventSVGEvents = 1190,
 | 
|          DocumentCreateEventWebKitTransitionEvent = 1191,
 | 
| -        DocumentCreateEventBeforeInstallPromptEvent = 1192,
 | 
| -        DocumentCreateEventSyncEvent = 1193,
 | 
|          DocumentCreateEventDeviceMotionEvent = 1195,
 | 
|          DocumentCreateEventDeviceOrientationEvent = 1196,
 | 
| -        DocumentCreateEventMediaEncryptedEvent = 1197,
 | 
| -        DocumentCreateEventMediaKeyMessageEvent = 1198,
 | 
| -        DocumentCreateEventGamepadEvent = 1199,
 | 
|          DocumentCreateEventIDBVersionChangeEvent = 1201,
 | 
| -        DocumentCreateEventBlobEvent = 1202,
 | 
| -        DocumentCreateEventMediaStreamEvent = 1203,
 | 
| -        DocumentCreateEventMediaStreamTrackEvent = 1204,
 | 
| -        DocumentCreateEventRTCDTMFToneChangeEvent = 1205,
 | 
| -        DocumentCreateEventRTCDataChannelEvent = 1206,
 | 
| -        DocumentCreateEventRTCIceCandidateEvent = 1207,
 | 
| -        DocumentCreateEventNotificationEvent = 1209,
 | 
| -        DocumentCreateEventPresentationConnectionAvailableEvent = 1210,
 | 
| -        DocumentCreateEventPresentationConnectionCloseEvent = 1211,
 | 
| -        DocumentCreateEventPushEvent = 1212,
 | 
| -        DocumentCreateEventExtendableEvent = 1213,
 | 
| -        DocumentCreateEventExtendableMessageEvent = 1214,
 | 
| -        DocumentCreateEventFetchEvent = 1215,
 | 
| -        DocumentCreateEventServiceWorkerMessageEvent = 1217,
 | 
| -        DocumentCreateEventSpeechRecognitionError = 1218,
 | 
| -        DocumentCreateEventSpeechRecognitionEvent = 1219,
 | 
| -        DocumentCreateEventSpeechSynthesisEvent = 1220,
 | 
|          DocumentCreateEventStorageEvent = 1221,
 | 
| -        DocumentCreateEventAudioProcessingEvent = 1222,
 | 
| -        DocumentCreateEventOfflineAudioCompletionEvent = 1223,
 | 
|          DocumentCreateEventWebGLContextEvent = 1224,
 | 
| -        DocumentCreateEventMIDIConnectionEvent = 1225,
 | 
| -        DocumentCreateEventMIDIMessageEvent = 1226,
 | 
|          DocumentCreateEventCloseEvent = 1227,
 | 
|          DocumentCreateEventKeyboardEvents = 1228,
 | 
|          HTMLMediaElement = 1229,
 | 
| 
 |