| Index: Source/core/html/track/CueTimeline.cpp
|
| diff --git a/Source/core/html/track/CueTimeline.cpp b/Source/core/html/track/CueTimeline.cpp
|
| index 37aa29dd8becab1794d49154b02f3c4f2c645383..5d27c78ea2a530ff0085ad181fa71dbc6607342e 100644
|
| --- a/Source/core/html/track/CueTimeline.cpp
|
| +++ b/Source/core/html/track/CueTimeline.cpp
|
| @@ -330,9 +330,7 @@ void CueTimeline::updateActiveCues(double movieTime)
|
|
|
| // Update the current active cues.
|
| m_currentlyActiveCues = currentCues;
|
| -
|
| - if (activeSetChanged)
|
| - mediaElement.updateTextTrackDisplay();
|
| + mediaElement.updateTextTrackDisplay();
|
| }
|
|
|
| void CueTimeline::beginIgnoringUpdateRequests()
|
|
|