| 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 d022f7dfe033c1a237da9af9165ce7be6c03814e..bdff4a071c1f5e7d476955db68df77b19b3e86fe 100644
|
| --- a/third_party/WebKit/Source/modules/mediasource/MediaSource.h
|
| +++ b/third_party/WebKit/Source/modules/mediasource/MediaSource.h
|
| @@ -123,8 +123,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;
|
|
|