Chromium Code Reviews| Index: src/platform-macos.cc |
| =================================================================== |
| --- src/platform-macos.cc (revision 286) |
| +++ src/platform-macos.cc (working copy) |
| @@ -321,7 +321,7 @@ |
| frames[i].address = addresses[i]; |
| // Format a text representation of the frame based on the information |
| // available. |
| - SNPrintF(MutableCStrVector(frames[i].text, |
| + SNPrintF(MutableCStrVector(frames[i].text, |
| kStackWalkMaxTextLen), |
| "%s", |
| symbols[i]); |