| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index ca7ee2332fb03859df8f413be38de8bfc3070a4f..d709a207c1d3be7802d9610a837ee831243bc958 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -607,7 +607,7 @@ void Name::NamePrint(OStream& os) { // NOLINT
|
|
|
|
|
| // This method is only meant to be called from gdb for debugging purposes.
|
| -// Since the string can also be in two-byte encoding, non-ASCII characters
|
| +// Since the string can also be in two-byte encoding, non-Latin1 characters
|
| // will be ignored in the output.
|
| char* String::ToAsciiArray() {
|
| // Static so that subsequent calls frees previously allocated space.
|
|
|