Index: third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp b/third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp |
index 00f64ef885158274e954e245218d1123bd2b49f4..fd4b716389d081c497b0dc039b4e6e74f4306867 100644 |
--- a/third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp |
+++ b/third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp |
@@ -97,7 +97,7 @@ void InbandTextTrack::addWebVTTCue(double start, |
DCHECK(owner); |
VTTCue* cue = VTTCue::create(owner->document(), start, end, content); |
cue->setId(id); |
- cue->parseSettings(settings); |
+ cue->parseSettings(nullptr, settings); |
addCue(cue); |
} |