| Index: third_party/WebKit/Source/core/html/MediaFragmentURIParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/MediaFragmentURIParser.cpp b/third_party/WebKit/Source/core/html/MediaFragmentURIParser.cpp
|
| index 3db9fae10dec36247579443a7ce76a21e1d918ff..6a487d6e1b8561c2a398685201dbb7e879db93f2 100644
|
| --- a/third_party/WebKit/Source/core/html/MediaFragmentURIParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/MediaFragmentURIParser.cpp
|
| @@ -136,7 +136,7 @@ void MediaFragmentURIParser::parseFragments() {
|
| }
|
|
|
| if (validUTF8)
|
| - m_fragments.append(std::make_pair(name, value));
|
| + m_fragments.push_back(std::make_pair(name, value));
|
|
|
| offset = parameterEnd + 1;
|
| }
|
|
|