| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index bf35196853e6c8312e8614c4a9acc5fd3d027d0f..e53f5f2deeb2500df645a995af8331d5ddbff8db 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -124,7 +124,6 @@ public:
|
| double currentTime() const;
|
| void setCurrentTime(double, ExceptionState&);
|
| double initialTime() const;
|
| - double startTime() const;
|
| double duration() const;
|
| bool paused() const;
|
| double defaultPlaybackRate() const;
|
|
|