Index: Source/core/html/HTMLMediaSource.h |
diff --git a/Source/core/html/HTMLMediaSource.h b/Source/core/html/HTMLMediaSource.h |
index 37ba9fd3dcdd48572baca04fb963b5d3761dedf9..826b86fd8793f15acc7f7dccd64f9e1af4ea68b0 100644 |
--- a/Source/core/html/HTMLMediaSource.h |
+++ b/Source/core/html/HTMLMediaSource.h |
@@ -64,8 +64,8 @@ public: |
virtual void close() = 0; |
virtual bool isClosed() const = 0; |
virtual double duration() const = 0; |
- virtual PassRefPtrWillBeRawPtr<TimeRanges> buffered() const = 0; |
- virtual PassRefPtrWillBeRawPtr<TimeRanges> seekable() const = 0; |
+ virtual TimeRanges* buffered() const = 0; |
+ virtual TimeRanges* seekable() const = 0; |
#if !ENABLE(OILPAN) |
virtual void refHTMLMediaSource() = 0; |
virtual void derefHTMLMediaSource() = 0; |