Index: Source/core/html/MediaController.h |
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h |
index 4b24af2d1cb005efebd2f1dd5cb089ad32274c9f..6659b5f84e94ea54add5154249e4687b03bef908 100644 |
--- a/Source/core/html/MediaController.h |
+++ b/Source/core/html/MediaController.h |
@@ -49,9 +49,9 @@ public: |
void addMediaElement(HTMLMediaElement*); |
void removeMediaElement(HTMLMediaElement*); |
- PassRefPtrWillBeRawPtr<TimeRanges> buffered() const; |
- PassRefPtrWillBeRawPtr<TimeRanges> seekable() const; |
- PassRefPtrWillBeRawPtr<TimeRanges> played(); |
+ TimeRanges* buffered() const; |
+ TimeRanges* seekable() const; |
+ TimeRanges* played(); |
double duration() const; |
double currentTime() const; |