| Index: third_party/tcmalloc/chromium/src/symbolize.cc
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/symbolize.cc (revision 33071)
|
| +++ third_party/tcmalloc/chromium/src/symbolize.cc (working copy)
|
| @@ -166,7 +166,7 @@
|
| return false;
|
| // make the symbolization_table values point to the output vector
|
| SymbolMap::iterator fill = symbolization_table->begin();
|
| - const char *current_name = out;
|
| + char *current_name = out;
|
| for (int i = 0; i < total_bytes_read; i++) {
|
| if (out[i] == '\n') {
|
| fill->second = current_name;
|
|
|