| Index: third_party/WebKit/Source/core/html/track/AudioTrack.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/AudioTrack.h b/third_party/WebKit/Source/core/html/track/AudioTrack.h
|
| index c746ec1e11576b8dd4cb9afe406bd5ea83784b1e..f6087e44b949d7e794ceb8bde8564bf44693d694 100644
|
| --- a/third_party/WebKit/Source/core/html/track/AudioTrack.h
|
| +++ b/third_party/WebKit/Source/core/html/track/AudioTrack.h
|
| @@ -41,7 +41,7 @@ private:
|
|
|
| // TrackBase
|
| bool isValidKind(const AtomicString& kind) const override { return isValidKindKeyword(kind); }
|
| - AtomicString defaultKind() const override;
|
| + AtomicString invalidValueDefaultKind() const override;
|
|
|
| bool m_enabled;
|
| };
|
|
|