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

Unified Diff: Source/core/html/track/LoadableTextTrack.cpp

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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
« no previous file with comments | « Source/core/html/track/LoadableTextTrack.h ('k') | Source/core/html/track/TextTrack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/LoadableTextTrack.cpp
diff --git a/Source/core/html/track/LoadableTextTrack.cpp b/Source/core/html/track/LoadableTextTrack.cpp
index a856d17c83e5b3807132292d3c9c7d0eb9bd1ade..30b0c53d4c284302dfce41e9bfadc5ae1d464b2a 100644
--- a/Source/core/html/track/LoadableTextTrack.cpp
+++ b/Source/core/html/track/LoadableTextTrack.cpp
@@ -69,7 +69,7 @@ void LoadableTextTrack::scheduleLoad(const KURL& url)
// 2. Let URL be the track URL of the track element.
m_url = url;
- // 3. Asynchronously run the remaining steps, while continuing with whatever task
+ // 3. Asynchronously run the remaining steps, while continuing with whatever task
// was responsible for creating the text track or changing the text track mode.
if (!m_loadTimer.isActive())
m_loadTimer.startOneShot(0);
@@ -101,7 +101,7 @@ void LoadableTextTrack::newCuesAvailable(TextTrackLoader* loader)
m_loader->getNewCues(newCues);
if (!m_cues)
- m_cues = TextTrackCueList::create();
+ m_cues = TextTrackCueList::create();
for (size_t i = 0; i < newCues.size(); ++i) {
newCues[i]->setTrack(this);
« no previous file with comments | « Source/core/html/track/LoadableTextTrack.h ('k') | Source/core/html/track/TextTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698