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; |
}; |