Bug 1652950 - Unprefix mozPreservesPitch, update corresponding tests r=emilio,saschanaz
Differential Revision: https://phabricator.services.mozilla.com/D143237
This commit is contained in:
@@ -6775,7 +6775,7 @@ void HTMLMediaElement::SetPlaybackRate(double aPlaybackRate, ErrorResult& aRv) {
|
||||
DispatchAsyncEvent(u"ratechange"_ns);
|
||||
}
|
||||
|
||||
void HTMLMediaElement::SetMozPreservesPitch(bool aPreservesPitch) {
|
||||
void HTMLMediaElement::SetPreservesPitch(bool aPreservesPitch) {
|
||||
mPreservesPitch = aPreservesPitch;
|
||||
if (mDecoder) {
|
||||
mDecoder->SetPreservesPitch(mPreservesPitch);
|
||||
|
||||
Reference in New Issue
Block a user