| Index: jingle/glue/utils.cc
|
| diff --git a/jingle/glue/utils.cc b/jingle/glue/utils.cc
|
| index 8eec167feb430441ac5643a06dfbd3364492c60e..ffbd23c0df7e5d51d51a8bd33873890ba5cbe080 100644
|
| --- a/jingle/glue/utils.cc
|
| +++ b/jingle/glue/utils.cc
|
| @@ -53,7 +53,7 @@ std::string SerializeP2PCandidate(const cricket::Candidate& candidate) {
|
| value.SetInteger("generation", candidate.generation());
|
|
|
| std::string result;
|
| - base::JSONWriter::Write(&value, false, &result);
|
| + base::JSONWriter::Write(&value, &result);
|
| return result;
|
| }
|
|
|
|
|