summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/track/WebVTTParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/track/WebVTTParser.cpp')
-rw-r--r--Source/WebCore/html/track/WebVTTParser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/html/track/WebVTTParser.cpp b/Source/WebCore/html/track/WebVTTParser.cpp
index 114978f82..050fb2754 100644
--- a/Source/WebCore/html/track/WebVTTParser.cpp
+++ b/Source/WebCore/html/track/WebVTTParser.cpp
@@ -109,6 +109,8 @@ String WebVTTParser::collectWord(const String& input, unsigned* position)
WebVTTParser::WebVTTParser(WebVTTParserClient* client, ScriptExecutionContext* context)
: m_scriptExecutionContext(context)
, m_state(Initial)
+ , m_currentStartTime(0)
+ , m_currentEndTime(0)
, m_tokenizer(WebVTTTokenizer::create())
, m_client(client)
{