Chromium Code Reviews| Index: webkit/glue/webplugin_impl_unittest.cc |
| =================================================================== |
| --- webkit/glue/webplugin_impl_unittest.cc (revision 23450) |
| +++ webkit/glue/webplugin_impl_unittest.cc (working copy) |
| @@ -35,7 +35,7 @@ |
| static std::string GetHeader(const WebURLRequest& request, const char* name) { |
| std::string result; |
| - TrimWhitespace( |
| + TrimWhitespaceASCII( |
| webkit_glue::WebStringToStdString( |
| request.httpHeaderField(WebString::fromUTF8(name))), |
| TRIM_ALL, |