Index: Source/core/html/HTMLTrackElement.h |
diff --git a/Source/core/html/HTMLTrackElement.h b/Source/core/html/HTMLTrackElement.h |
index e2bd973999e97495b81479529dbc0bdb85b9eaa1..9e70146d56d8a9716834dce36409de5f17c24647 100644 |
--- a/Source/core/html/HTMLTrackElement.h |
+++ b/Source/core/html/HTMLTrackElement.h |
@@ -38,8 +38,8 @@ class HTMLTrackElement FINAL : public HTMLElement, public TextTrackClient { |
public: |
static PassRefPtr<HTMLTrackElement> create(Document&); |
- String kind(); |
- void setKind(const String&); |
+ const AtomicString& kind(); |
+ void setKind(const AtomicString&); |
enum ReadyState { NONE = 0, LOADING = 1, LOADED = 2, TRACK_ERROR = 3 }; |
ReadyState readyState(); |