| Index: third_party/WebKit/Source/modules/mediasource/MediaSource.h
|
| diff --git a/third_party/WebKit/Source/modules/mediasource/MediaSource.h b/third_party/WebKit/Source/modules/mediasource/MediaSource.h
|
| index 3bbd1203220b1179a85349918ecbc054d1129b69..a82b36becb37e44360278e2d8bbb32328b2fdf2a 100644
|
| --- a/third_party/WebKit/Source/modules/mediasource/MediaSource.h
|
| +++ b/third_party/WebKit/Source/modules/mediasource/MediaSource.h
|
| @@ -132,8 +132,8 @@ private:
|
| void endOfStreamInternal(const WebMediaSource::EndOfStreamStatus, ExceptionState&);
|
|
|
| // Implements the duration change algorithm.
|
| - // https://dvcs.w3.org/hg/html-media/raw-file/default/media-source/media-source.html#duration-change-algorithm
|
| - void durationChangeAlgorithm(double newDuration);
|
| + // http://w3c.github.io/media-source/#duration-change-algorithm
|
| + void durationChangeAlgorithm(double newDuration, ExceptionState&);
|
|
|
| std::unique_ptr<WebMediaSource> m_webMediaSource;
|
| AtomicString m_readyState;
|
|
|