| Index: Source/core/html/HTMLTrackElement.h
|
| diff --git a/Source/core/html/HTMLTrackElement.h b/Source/core/html/HTMLTrackElement.h
|
| index 942fd8b002054674ee8bd807d8214c4ce6f3193f..31a30f4d41a3ebe7c3702bc8b57b941987f37397 100644
|
| --- a/Source/core/html/HTMLTrackElement.h
|
| +++ b/Source/core/html/HTMLTrackElement.h
|
| @@ -47,9 +47,6 @@ public:
|
| String label() const;
|
| void setLabel(const String&);
|
|
|
| - bool isDefault() const;
|
| - void setIsDefault(bool);
|
| -
|
| enum ReadyState { NONE = 0, LOADING = 1, LOADED = 2, TRACK_ERROR = 3 };
|
| ReadyState readyState();
|
| void setReadyState(ReadyState);
|
|
|