| Index: Source/core/html/track/TextTrack.h
|
| diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
|
| index f89b88fdee889e71fcbd62e4c90c8dce1d6c4c6c..721c55566b031eea4173915049b677c0fea857f5 100644
|
| --- a/Source/core/html/track/TextTrack.h
|
| +++ b/Source/core/html/track/TextTrack.h
|
| @@ -64,7 +64,7 @@ public:
|
| void setMediaElement(HTMLMediaElement* element) { m_mediaElement = element; }
|
| HTMLMediaElement* mediaElement() { return m_mediaElement; }
|
|
|
| - AtomicString kind() const { return m_kind; }
|
| + const AtomicString& kind() const { return m_kind; }
|
| void setKind(const AtomicString&);
|
|
|
| static const AtomicString& subtitlesKeyword();
|
|
|