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