Index: Source/core/html/track/InbandTextTrack.cpp |
diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp |
index a18d82b7b27bad29a76db7059eeb8915cdf99296..2a3d975e5da74837bdb8b7033a5dfe2ac1f9a30c 100644 |
--- a/Source/core/html/track/InbandTextTrack.cpp |
+++ b/Source/core/html/track/InbandTextTrack.cpp |
@@ -186,7 +186,7 @@ void InbandTextTrack::addWebVTTCue(InbandTextTrackPrivate* trackPrivate, double |
RefPtr<TextTrackCue> cue = TextTrackCue::create(scriptExecutionContext(), start, end, content); |
cue->setId(id); |
cue->setCueSettings(settings); |
- |
+ |
if (hasCue(cue.get())) |
return; |