| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index d7727c1e94b95a22bf44bed9a884d8126b660f59..b1118de9c476f91f9b706059c516d66b81f7f1f3 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -564,10 +564,9 @@ void Map::MapPrint(FILE* out) {
|
| }
|
| PrintF(out, " - back pointer: ");
|
| GetBackPointer()->ShortPrint(out);
|
| - PrintF(out, "\n - instance descriptors %i #%i %i: ",
|
| + PrintF(out, "\n - instance descriptors %i #%i: ",
|
| owns_descriptors(),
|
| - NumberOfOwnDescriptors(),
|
| - StoresOwnDescriptors());
|
| + NumberOfOwnDescriptors());
|
| instance_descriptors()->ShortPrint(out);
|
| if (HasTransitionArray()) {
|
| PrintF(out, "\n - transitions: ");
|
|
|