| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index e0cf0ea248d41c57968ef8542e1caa5560adadd8..9a2d54fa8638891686103b4e4a9cd1eb31004f99 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -813,6 +813,17 @@ public:
|
| LinkRelPrerender = 918,
|
| LinkRelNext = 919,
|
| PrefixedPerformanceResourceTimingBufferFull = 920,
|
| + PresentationDefaultRequest = 921,
|
| + PresentationAvailabilityChangeEventListener = 922,
|
| + PresentationRequestConstructor = 923,
|
| + PresentationRequestStart = 924,
|
| + PresentationRequestJoin = 925,
|
| + PresentationRequestGetAvailability = 926,
|
| + PresentationRequestSessionConnectEventListener = 927,
|
| + PresentationSessionClose = 928,
|
| + PresentationSessionSend = 929,
|
| + PresentationSessionStateChangeEventListener = 930,
|
| + PresentationSessionMessageEventListener = 931,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|