@@ -562,23 +562,23 @@ DeprecationInfo GetDeprecationInfo(WebFeature feature) {
562
562
" 5701042356355072" )};
563
563
564
564
case WebFeature::kMediaElementSourceOnOfflineContext :
565
- return {" MediaElementAudioSourceNode" , kM70 ,
565
+ return {" MediaElementAudioSourceNode" , kM71 ,
566
566
WillBeRemoved (" Creating a MediaElementAudioSourceNode on an "
567
567
" OfflineAudioContext" ,
568
- kM70 , " 5258622686724096" )};
568
+ kM71 , " 5258622686724096" )};
569
569
570
570
case WebFeature::kMediaStreamDestinationOnOfflineContext :
571
- return {" MediaStreamAudioDestinationNode" , kM70 ,
571
+ return {" MediaStreamAudioDestinationNode" , kM71 ,
572
572
WillBeRemoved (" Creating a MediaStreamAudioDestinationNode on an "
573
573
" OfflineAudioContext" ,
574
- kM70 , " 5258622686724096" )};
574
+ kM71 , " 5258622686724096" )};
575
575
576
576
case WebFeature::kMediaStreamSourceOnOfflineContext :
577
577
return {
578
- " MediaStreamAudioSourceNode" , kM70 ,
578
+ " MediaStreamAudioSourceNode" , kM71 ,
579
579
WillBeRemoved (
580
580
" Creating a MediaStreamAudioSourceNode on an OfflineAudioContext" ,
581
- kM70 , " 5258622686724096" )};
581
+ kM71 , " 5258622686724096" )};
582
582
583
583
case WebFeature::kRTCDataChannelInitMaxRetransmitTime :
584
584
return {" RTCDataChannelInitMaxRetransmitTime" , kM70 ,
0 commit comments