Index: Source/core/html/track/TextTrackCueList.cpp |
diff --git a/Source/core/html/track/TextTrackCueList.cpp b/Source/core/html/track/TextTrackCueList.cpp |
index f3658fddf88288edc48ffdf3fac7a48e5b5ca365..ff4710db4019f876526186213ec1e8243fc26c29 100644 |
--- a/Source/core/html/track/TextTrackCueList.cpp |
+++ b/Source/core/html/track/TextTrackCueList.cpp |
@@ -126,7 +126,7 @@ bool TextTrackCueList::updateCueIndex(TextTrackCue* cue) |
{ |
if (!contains(cue)) |
return false; |
- |
+ |
remove(cue); |
return add(cue); |
} |