Index: Source/core/html/track/CueTimeline.h |
diff --git a/Source/core/html/track/CueTimeline.h b/Source/core/html/track/CueTimeline.h |
index b4aa9def72331ea7fa6a83399d15b14135615079..16a4ae99f5d05ec2612f6802ff37d93c0fb112e3 100644 |
--- a/Source/core/html/track/CueTimeline.h |
+++ b/Source/core/html/track/CueTimeline.h |
@@ -39,7 +39,7 @@ public: |
void beginIgnoringUpdateRequests(); |
void endIgnoringUpdateRequests(); |
- CueList currentlyActiveCues() const { return m_currentlyActiveCues; } |
+ const CueList& currentlyActiveCues() const { return m_currentlyActiveCues; } |
DECLARE_TRACE(); |