| Index: webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc b/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc
|
| index 0a53345763cba050e218495b43e8f709b7f23581..39419bdc4d0c92910d5c96ccbca091b307b96063 100644
|
| --- a/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc
|
| +++ b/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc
|
| @@ -41,7 +41,7 @@ TestShellWebMimeRegistryImpl::supportsMediaMIMEType(
|
|
|
| // If we don't recognize the codec, it's possible we support it.
|
| std::vector<std::string> parsed_codecs;
|
| - net::ParseCodecString(ToASCIIOrEmpty(codecs).c_str(), &parsed_codecs);
|
| + net::ParseCodecString(ToASCIIOrEmpty(codecs).c_str(), &parsed_codecs, true);
|
| if (!AreSupportedMediaCodecs(parsed_codecs))
|
| return MayBeSupported;
|
|
|
|
|