| Index: third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp b/third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp
|
| index cb85d2c8c737b5d14def4de0d70ddc91181dbc4d..ebc5f73ad3836605a5ece0ba6ecb185807c26c94 100644
|
| --- a/third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp
|
| +++ b/third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp
|
| @@ -44,7 +44,7 @@ InbandTextTrack* InbandTextTrack::create(WebInbandTextTrack* webTrack)
|
| }
|
|
|
| InbandTextTrack::InbandTextTrack(WebInbandTextTrack* webTrack)
|
| - : TextTrack(emptyAtom, webTrack->label(), webTrack->language(), webTrack->id(), InBand)
|
| + : TextTrack(subtitlesKeyword(), webTrack->label(), webTrack->language(), webTrack->id(), InBand)
|
| , m_webTrack(webTrack)
|
| {
|
| m_webTrack->setClient(this);
|
|
|