Index: Source/core/html/track/TextTrack.h |
diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h |
index 6e9d743ae247109dbaee87b7c724cb05e8f0b83a..5a10ee05d9aca8110e0e680e2fb0d617917d9f3f 100644 |
--- a/Source/core/html/track/TextTrack.h |
+++ b/Source/core/html/track/TextTrack.h |
@@ -79,7 +79,8 @@ public: |
TextTrackCueList* cues(); |
TextTrackCueList* activeCues() const; |
- HTMLMediaElement* mediaElement(); |
+ HTMLMediaElement* mediaElement() const; |
+ Node* owner() const; |
void addCue(PassRefPtr<TextTrackCue>); |
void removeCue(TextTrackCue*, ExceptionState&); |