Index: Source/core/html/track/TextTrackCue.h |
diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h |
index fc9f9407e9430a93959f29ac38190513e9f3511a..4faf72d6ce90ffd91e6b0bb4d1c34b09245c6d71 100644 |
--- a/Source/core/html/track/TextTrackCue.h |
+++ b/Source/core/html/track/TextTrackCue.h |
@@ -56,6 +56,8 @@ public: |
TextTrack* track() const; |
void setTrack(TextTrack*); |
+ Node* owner() const; |
+ |
const AtomicString& id() const { return m_id; } |
void setId(const AtomicString&); |