| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 19524e21d23f2f5ee06ebac044deee41f3a36e4f..f00577e7a2773813a06c4bb9bd5610e30701d62d 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -1158,8 +1158,8 @@ void AllocationSite::AllocationSitePrint(FILE* out) {
|
| }
|
|
|
|
|
| -void AllocationSiteInfo::AllocationSiteInfoPrint(FILE* out) {
|
| - HeapObject::PrintHeader(out, "AllocationSiteInfo");
|
| +void AllocationMemento::AllocationMementoPrint(FILE* out) {
|
| + HeapObject::PrintHeader(out, "AllocationMemento");
|
| PrintF(out, " - allocation site: ");
|
| if (IsValid()) {
|
| GetAllocationSite()->Print();
|
|
|