Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 26a709848ef1ad53977aa3cb1ef29eb2d06110a8..f4b4a4fa890a07b452fa6db4cd94e4367382f75b 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -1102,7 +1102,8 @@ void AllocationSite::AllocationSitePrint(FILE* out) { |
weak_next()->ShortPrint(out); |
PrintF(out, "\n - dependent code: "); |
dependent_code()->ShortPrint(out); |
- |
+ PrintF(out, "\n - nested site: "); |
+ nested_site()->ShortPrint(out); |
PrintF(out, "\n - transition_info: "); |
if (transition_info()->IsCell()) { |
Cell* cell = Cell::cast(transition_info()); |