Skip to content

Commit c997eee

Browse files
author
Raymond Toy
committed
Change milestone to M71 instead M70 for media element of OAC
Just update the messages to say M71 for when the media element nodes will be removed from an OfflineAudioContext, as required by the WebAudio spec. We're still gathering some UMA stats on this. Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/H29uXnsIN54/BKXDqxoJAQAJ Chrome feature entry: https://www.chromestatus.com/feature/5258622686724096 Bug: 845913 Change-Id: Id6b5803533a96bca509d4b5b2b8c4dd2d8ecd7a3 Reviewed-on: https://chromium-review.googlesource.com/1194737 Reviewed-by: Hongchan Choi <[email protected]> Reviewed-by: Nate Chapin <[email protected]> Commit-Queue: Raymond Toy <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#587883}(cherry picked from commit 5ca87ba) Reviewed-on: https://chromium-review.googlesource.com/1208150 Reviewed-by: Raymond Toy <[email protected]> Cr-Commit-Position: refs/branch-heads/3538@{#60} Cr-Branched-From: 79f7c91-refs/heads/master@{#587811}
1 parent ea0517f commit c997eee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

third_party/blink/renderer/core/frame/deprecation.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -562,23 +562,23 @@ DeprecationInfo GetDeprecationInfo(WebFeature feature) {
562562
"5701042356355072")};
563563

564564
case WebFeature::kMediaElementSourceOnOfflineContext:
565-
return {"MediaElementAudioSourceNode", kM70,
565+
return {"MediaElementAudioSourceNode", kM71,
566566
WillBeRemoved("Creating a MediaElementAudioSourceNode on an "
567567
"OfflineAudioContext",
568-
kM70, "5258622686724096")};
568+
kM71, "5258622686724096")};
569569

570570
case WebFeature::kMediaStreamDestinationOnOfflineContext:
571-
return {"MediaStreamAudioDestinationNode", kM70,
571+
return {"MediaStreamAudioDestinationNode", kM71,
572572
WillBeRemoved("Creating a MediaStreamAudioDestinationNode on an "
573573
"OfflineAudioContext",
574-
kM70, "5258622686724096")};
574+
kM71, "5258622686724096")};
575575

576576
case WebFeature::kMediaStreamSourceOnOfflineContext:
577577
return {
578-
"MediaStreamAudioSourceNode", kM70,
578+
"MediaStreamAudioSourceNode", kM71,
579579
WillBeRemoved(
580580
"Creating a MediaStreamAudioSourceNode on an OfflineAudioContext",
581-
kM70, "5258622686724096")};
581+
kM71, "5258622686724096")};
582582

583583
case WebFeature::kRTCDataChannelInitMaxRetransmitTime:
584584
return {"RTCDataChannelInitMaxRetransmitTime", kM70,

0 commit comments

Comments
 (0)