| Index: third_party/WebKit/Source/core/html/track/VideoTrack.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/VideoTrack.h b/third_party/WebKit/Source/core/html/track/VideoTrack.h
|
| index a6dc1e9d9bb2ee789d62033ff2e05e2e85d7329d..4040120a27393063ba590c6503c2ac5bd850d71d 100644
|
| --- a/third_party/WebKit/Source/core/html/track/VideoTrack.h
|
| +++ b/third_party/WebKit/Source/core/html/track/VideoTrack.h
|
| @@ -45,7 +45,7 @@ private:
|
|
|
| // TrackBase
|
| bool isValidKind(const AtomicString& kind) const override { return isValidKindKeyword(kind); }
|
| - AtomicString defaultKind() const override;
|
| + AtomicString invalidValueDefaultKind() const override;
|
|
|
| bool m_selected;
|
| };
|
|
|