| Index: Source/modules/mediasource/SourceBuffer.cpp
|
| diff --git a/Source/modules/mediasource/SourceBuffer.cpp b/Source/modules/mediasource/SourceBuffer.cpp
|
| index f7138e6fec0b2c28be83f30fc040cbbea116a3ff..33ee7060ff64f79beaf7e3d5f22d5a22b5fa20a2 100644
|
| --- a/Source/modules/mediasource/SourceBuffer.cpp
|
| +++ b/Source/modules/mediasource/SourceBuffer.cpp
|
| @@ -159,7 +159,7 @@ void SourceBuffer::setMode(const AtomicString& newMode, ExceptionState& exceptio
|
| m_mode = newMode;
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<TimeRanges> SourceBuffer::buffered(ExceptionState& exceptionState) const
|
| +TimeRanges* SourceBuffer::buffered(ExceptionState& exceptionState) const
|
| {
|
| // Section 3.1 buffered attribute steps.
|
| // 1. If this object has been removed from the sourceBuffers attribute of the parent media source then throw an
|
|
|