Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrack.cpp

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698