| Index: Source/core/html/HTMLTrackElement.h
|
| diff --git a/Source/core/html/HTMLTrackElement.h b/Source/core/html/HTMLTrackElement.h
|
| index 31a30f4d41a3ebe7c3702bc8b57b941987f37397..4f8256e230fb64c0a8f92ded76df7b78f6794c62 100644
|
| --- a/Source/core/html/HTMLTrackElement.h
|
| +++ b/Source/core/html/HTMLTrackElement.h
|
| @@ -41,12 +41,6 @@ public:
|
| String kind();
|
| void setKind(const String&);
|
|
|
| - String srclang() const;
|
| - void setSrclang(const String&);
|
| -
|
| - String label() const;
|
| - void setLabel(const String&);
|
| -
|
| enum ReadyState { NONE = 0, LOADING = 1, LOADED = 2, TRACK_ERROR = 3 };
|
| ReadyState readyState();
|
| void setReadyState(ReadyState);
|
|
|