| Index: Source/core/html/track/WebVTTParser.cpp
|
| diff --git a/Source/core/html/track/WebVTTParser.cpp b/Source/core/html/track/WebVTTParser.cpp
|
| index f9c2819b5a28fffe364b1af91e878eb15595132c..27507c46fbb9bcbab58fccc73b18ada0c2387fa7 100644
|
| --- a/Source/core/html/track/WebVTTParser.cpp
|
| +++ b/Source/core/html/track/WebVTTParser.cpp
|
| @@ -534,7 +534,7 @@ void WebVTTParser::constructTreeFromToken(Document& document)
|
| String charactersString(StringImpl::create8BitIfPossible(m_token.characters()));
|
| double time = collectTimeStamp(charactersString, &position);
|
| if (time != malformedTime)
|
| - m_currentNode->parserAppendChild(ProcessingInstruction::create(&document, "timestamp", charactersString));
|
| + m_currentNode->parserAppendChild(ProcessingInstruction::create(document, "timestamp", charactersString));
|
| break;
|
| }
|
| default:
|
|
|