| Index: third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
| index 6d589565ef6f8d4bdf3c5cbe0406667130df3f80..d8aec262ea7a555059957e83f72a38b0309e60c4 100644
|
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
| @@ -385,7 +385,7 @@ void VTTParser::createNewCue() {
|
|
|
| void VTTParser::resetCueValues() {
|
| m_currentId = emptyAtom;
|
| - m_currentSettings = emptyString();
|
| + m_currentSettings = emptyString;
|
| m_currentStartTime = 0;
|
| m_currentEndTime = 0;
|
| m_currentContent.clear();
|
|
|