Index: third_party/WebKit/Source/core/html/track/TextTrack.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.cpp b/third_party/WebKit/Source/core/html/track/TextTrack.cpp |
index 131ec0e0ef611f537644e7c946b1070f15be26e7..958382201b5c6b3842b51bea1bf62cabf86a7f41 100644 |
--- a/third_party/WebKit/Source/core/html/track/TextTrack.cpp |
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.cpp |
@@ -372,7 +372,7 @@ void TextTrack::cueDidChange(TextTrackCue* cue) |
// track has a list of cues. |
DCHECK(m_cues && cue->track() == this); |
- // Make sure the TextTrackCueList order is up-to-date. |
+ // Make sure the TextTrackCueList order is up to date. |
// FIXME: Only need to do this if the change was to any of the timestamps. |
m_cues->updateCueIndex(cue); |