| Index: Source/modules/mediasource/MediaSource.cpp
|
| diff --git a/Source/modules/mediasource/MediaSource.cpp b/Source/modules/mediasource/MediaSource.cpp
|
| index 65f966f47c065588e0fff33c30fa4c5a54ea70ff..da49565e1c9b5e5b79ef2650b99fcbcc323f9adc 100644
|
| --- a/Source/modules/mediasource/MediaSource.cpp
|
| +++ b/Source/modules/mediasource/MediaSource.cpp
|
| @@ -442,7 +442,7 @@ void MediaSource::durationChangeAlgorithm(double newDuration)
|
| // engine gets added that doesn't support this, then we'll need to add logic to handle the substeps.
|
|
|
| // 6. Update the media controller duration to new duration and run the HTMLMediaElement duration change algorithm.
|
| - m_attachedElement->durationChanged(newDuration, requestSeek);
|
| + m_attachedElement->mediaPlayerDurationChanged(newDuration, requestSeek);
|
| }
|
|
|
| void MediaSource::setReadyState(const AtomicString& state)
|
|
|