Index: content/browser/speech/google_one_shot_remote_engine.cc |
diff --git a/content/browser/speech/google_one_shot_remote_engine.cc b/content/browser/speech/google_one_shot_remote_engine.cc |
index 7d374fe28410d9e8475e5475d8d39b7636fb877b..452a34a9004ec13439814185552709119cf79706 100644 |
--- a/content/browser/speech/google_one_shot_remote_engine.cc |
+++ b/content/browser/speech/google_one_shot_remote_engine.cc |
@@ -55,7 +55,7 @@ bool ParseServerResponse(const std::string& response_body, |
// Parse the response, ignoring comments. |
std::string error_msg; |
scoped_ptr<Value> response_value(base::JSONReader::ReadAndReturnError( |
- response_body, false, NULL, &error_msg)); |
+ response_body, base::JSON_PARSE_RFC, NULL, &error_msg)); |
if (response_value == NULL) { |
LOG(WARNING) << "ParseServerResponse: JSONReader failed : " << error_msg; |
return false; |