Chromium Code Reviews| Index: runtime/bin/dbg_message.cc |
| =================================================================== |
| --- runtime/bin/dbg_message.cc (revision 26654) |
| +++ runtime/bin/dbg_message.cc (working copy) |
| @@ -111,8 +111,7 @@ |
| } |
| intptr_t buflen = pr.ValueLen() + 1; |
| char* param_chars = reinterpret_cast<char*>(malloc(buflen)); |
| - pr.GetValueChars(param_chars, buflen); |
| - // TODO(hausner): Decode escape sequences. |
| + pr.GetDecodedValueChars(param_chars, buflen); |
| return param_chars; |
| } |