| 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 c68a5459c1876db306419bcc5a6dffaf9e0a7fab..445fa20639839155474f3670c5414c9ec88f5016 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -896,6 +896,24 @@ public:
|
| PresentationConnectionClose = 1038,
|
| SVG1DOMShape = 1039,
|
| SVG1DOMText = 1040,
|
| + RTCPeerConnectionConstructorConstraints = 1041,
|
| + RTCPeerConnectionConstructorCompliant = 1042,
|
| + RTCPeerConnectionCreateOfferLegacyNoFailureCallback = 1043,
|
| + RTCPeerConnectionCreateOfferLegacyFailureCallback = 1044,
|
| + RTCPeerConnectionCreateOfferLegacyConstraints = 1045,
|
| + RTCPeerConnectionCreateOfferLegacyOfferOptions = 1046,
|
| + RTCPeerConnectionCreateOfferLegacyCompliant = 1047,
|
| + RTCPeerConnectionCreateAnswerLegacyNoFailureCallback = 1048,
|
| + RTCPeerConnectionCreateAnswerLegacyFailureCallback = 1049,
|
| + RTCPeerConnectionCreateAnswerLegacyConstraints = 1050,
|
| + RTCPeerConnectionCreateAnswerLegacyCompliant = 1051,
|
| + RTCPeerConnectionSetLocalDescriptionLegacyNoSuccessCallback = 1052,
|
| + RTCPeerConnectionSetLocalDescriptionLegacyNoFailureCallback = 1053,
|
| + RTCPeerConnectionSetLocalDescriptionLegacyCompliant = 1054,
|
| + RTCPeerConnectionSetRemoteDescriptionLegacyNoSuccessCallback = 1055,
|
| + RTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056,
|
| + RTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057,
|
| + RTCPeerConnectionGetStatsLegacyNonCompliant = 1058,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|