| Index: Source/core/html/track/TextTrackCue.cpp
|
| diff --git a/Source/core/html/track/TextTrackCue.cpp b/Source/core/html/track/TextTrackCue.cpp
|
| index 31344ee836a49b26046b3aa0559a77c388d89085..cb1db34236192f2cc84395be0d13d0fcb47a7077 100644
|
| --- a/Source/core/html/track/TextTrackCue.cpp
|
| +++ b/Source/core/html/track/TextTrackCue.cpp
|
| @@ -1208,9 +1208,6 @@ Document& TextTrackCue::document() const
|
|
|
| bool TextTrackCue::operator==(const TextTrackCue& cue) const
|
| {
|
| - if (cueType() != cue.cueType())
|
| - return false;
|
| -
|
| if (m_endTime != cue.endTime())
|
| return false;
|
| if (m_startTime != cue.startTime())
|
|
|