Chromium Code Reviews| Index: Source/core/html/track/vtt/VTTCue.h |
| diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h |
| index 09848fe3e5274ca77744dcdbdd1f24e8ba72b78f..c44a07488a0d03e85d3d65793c773cce0d9ec6d6 100644 |
| --- a/Source/core/html/track/vtt/VTTCue.h |
| +++ b/Source/core/html/track/vtt/VTTCue.h |
| @@ -70,8 +70,6 @@ public: |
| virtual ~VTTCue(); |
| - virtual bool isVTTCue() const OVERRIDE { return true; } |
| - |
| const String& vertical() const; |
| void setVertical(const String&, ExceptionState&); |