| 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 d22b6f369cdc0ce94a7d8f9b53e2dddb812784b1..77bdc764825baaf6d9f61bf9e38b1af159e2a7f4 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1011,6 +1011,75 @@ public:
|
| PresentationConnectionConnectEventListener = 1157,
|
| PresentationConnectionCloseEventListener = 1158,
|
| PresentationConnectionTerminateEventListener = 1159,
|
| + DocumentCreateEventFontFaceSetLoadEvent = 1160,
|
| + DocumentCreateEventMediaQueryListEvent = 1161,
|
| + DocumentCreateEventAnimationEvent = 1162,
|
| + DocumentCreateEventAnimationPlayerEvent = 1163,
|
| + DocumentCreateEventApplicationCacheErrorEvent = 1164,
|
| + DocumentCreateEventAutocompleteErrorEvent = 1165,
|
| + DocumentCreateEventBeforeUnloadEvent = 1166,
|
| + DocumentCreateEventClipboardEvent = 1167,
|
| + DocumentCreateEventCompositionEvent = 1168,
|
| + DocumentCreateEventDragEvent = 1169,
|
| + DocumentCreateEventErrorEvent = 1170,
|
| + DocumentCreateEventFocusEvent = 1171,
|
| + DocumentCreateEventHashChangeEvent = 1172,
|
| + DocumentCreateEventMutationEvent = 1173,
|
| + DocumentCreateEventPageTransitionEvent = 1174,
|
| + DocumentCreateEventPointerEvent = 1175,
|
| + DocumentCreateEventPopStateEvent = 1176,
|
| + DocumentCreateEventProgressEvent = 1177,
|
| + DocumentCreateEventPromiseRejectionEvent = 1178,
|
| + DocumentCreateEventRelatedEvent = 1179,
|
| + DocumentCreateEventResourceProgressEvent = 1180,
|
| + DocumentCreateEventSecurityPolicyViolationEvent = 1181,
|
| + DocumentCreateEventTextEvent = 1182,
|
| + DocumentCreateEventTransitionEvent = 1183,
|
| + DocumentCreateEventWheelEvent = 1184,
|
| + DocumentCreateEventMediaKeyEvent = 1185,
|
| + DocumentCreateEventTrackEvent = 1186,
|
| + DocumentCreateEventWebKitAnimationEvent = 1187,
|
| + DocumentCreateEventMutationEvents = 1188,
|
| + DocumentCreateEventOrientationEvent = 1189,
|
| + DocumentCreateEventSVGEvents = 1190,
|
| + DocumentCreateEventWebKitTransitionEvent = 1191,
|
| + DocumentCreateEventBeforeInstallPromptEvent = 1192,
|
| + DocumentCreateEventSyncEvent = 1193,
|
| + DocumentCreateEventDeviceLightEvent = 1194,
|
| + DocumentCreateEventDeviceMotionEvent = 1195,
|
| + DocumentCreateEventDeviceOrientationEvent = 1196,
|
| + DocumentCreateEventMediaEncryptedEvent = 1197,
|
| + DocumentCreateEventMediaKeyMessageEvent = 1198,
|
| + DocumentCreateEventGamepadEvent = 1199,
|
| + DocumentCreateEventGeofencingEvent = 1200,
|
| + DocumentCreateEventIDBVersionChangeEvent = 1201,
|
| + DocumentCreateEventBlobEvent = 1202,
|
| + DocumentCreateEventMediaStreamEvent = 1203,
|
| + DocumentCreateEventMediaStreamTrackEvent = 1204,
|
| + DocumentCreateEventRTCDTMFToneChangeEvent = 1205,
|
| + DocumentCreateEventRTCDataChannelEvent = 1206,
|
| + DocumentCreateEventRTCIceCandidateEvent = 1207,
|
| + DocumentCreateEventServicePortConnectEvent = 1208,
|
| + DocumentCreateEventNotificationEvent = 1209,
|
| + DocumentCreateEventPresentationConnectionAvailableEvent = 1210,
|
| + DocumentCreateEventPresentationConnectionCloseEvent = 1211,
|
| + DocumentCreateEventPushEvent = 1212,
|
| + DocumentCreateEventExtendableEvent = 1213,
|
| + DocumentCreateEventExtendableMessageEvent = 1214,
|
| + DocumentCreateEventFetchEvent = 1215,
|
| + DocumentCreateEventInstallEvent = 1216,
|
| + DocumentCreateEventServiceWorkerMessageEvent = 1217,
|
| + DocumentCreateEventSpeechRecognitionError = 1218,
|
| + DocumentCreateEventSpeechRecognitionEvent = 1219,
|
| + DocumentCreateEventSpeechSynthesisEvent = 1220,
|
| + DocumentCreateEventStorageEvent = 1221,
|
| + DocumentCreateEventAudioProcessingEvent = 1222,
|
| + DocumentCreateEventOfflineAudioCompletionEvent = 1223,
|
| + DocumentCreateEventWebGLContextEvent = 1224,
|
| + DocumentCreateEventMIDIConnectionEvent = 1225,
|
| + DocumentCreateEventMIDIMessageEvent = 1226,
|
| + DocumentCreateEventCloseEvent = 1227,
|
| + DocumentCreateEventKeyboardEvents = 1228,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|