| Index: Source/core/html/HTMLMediaElement.h | 
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h | 
| index 91f5f639b11136fd2590b40baf584ff8112b68ba..c3992eacbd1a1c26f8655ddf30497c797b7c420b 100644 | 
| --- a/Source/core/html/HTMLMediaElement.h | 
| +++ b/Source/core/html/HTMLMediaElement.h | 
| @@ -444,9 +444,6 @@ private: | 
| bool createMediaControls(); | 
| void configureMediaControls(); | 
|  | 
| -    void prepareMediaFragmentURI(); | 
| -    void applyMediaFragmentURI(); | 
| - | 
| virtual void* preDispatchEventHandler(Event*) OVERRIDE FINAL; | 
|  | 
| void changeNetworkStateFromLoadingToIdle(); | 
| @@ -547,7 +544,6 @@ private: | 
| // higher, otherwise the current time is assumed to be zero. | 
| mutable double m_cachedTime; | 
|  | 
| -    double m_fragmentStartTime; | 
| double m_fragmentEndTime; | 
|  | 
| typedef unsigned PendingActionFlags; | 
|  |