| Index: third_party/WebKit/Source/core/html/track/TrackBase.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/TrackBase.h b/third_party/WebKit/Source/core/html/track/TrackBase.h
|
| index 374a3de153bb793aac8023db32db3b6bae664937..b65f3a841720e4437fd3c461ac64878b60dd4b00 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TrackBase.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TrackBase.h
|
| @@ -66,7 +66,7 @@ protected:
|
| TrackBase(WebMediaPlayer::TrackType, const AtomicString& label, const AtomicString& language, const String& id);
|
|
|
| virtual bool isValidKind(const AtomicString&) const = 0;
|
| - virtual AtomicString defaultKind() const = 0;
|
| + virtual AtomicString invalidValueDefaultKind() const = 0;
|
|
|
| private:
|
| WebMediaPlayer::TrackId m_trackId;
|
|
|