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

Unified Diff: Source/core/html/track/WebVTTElement.h

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/TrackEvent.cpp ('k') | Source/core/html/track/WebVTTParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/WebVTTElement.h
diff --git a/Source/core/html/track/WebVTTElement.h b/Source/core/html/track/WebVTTElement.h
index 62d23ac35cfb1d458c6b871cdc67b48264d2b940..6eb1b8de8dbcae8ff04b02d702f17d474e40bce4 100644
--- a/Source/core/html/track/WebVTTElement.h
+++ b/Source/core/html/track/WebVTTElement.h
@@ -62,7 +62,7 @@ public:
DEFINE_STATIC_LOCAL(QualifiedName, voiceAttr, (nullAtom, "voice", nullAtom));
return voiceAttr;
}
-
+
static const QualifiedName& langAttributeName()
{
DEFINE_STATIC_LOCAL(QualifiedName, voiceAttr, (nullAtom, "lang", nullAtom));
@@ -75,7 +75,7 @@ private:
unsigned m_isPastNode : 1;
unsigned m_webVTTNodeType : 4;
-
+
AtomicString m_language;
};
« no previous file with comments | « Source/core/html/track/TrackEvent.cpp ('k') | Source/core/html/track/WebVTTParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698