Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 3f7e5ddc3cb606badc27deb65871c29d43c905d0..17d5c01c38cf3f98eb05322ffb6d43f2a752f75d 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -453,7 +453,7 @@ void Map::MapPrint(std::ostream& os) { // NOLINT |
if (has_named_interceptor()) os << " - named_interceptor\n"; |
if (has_indexed_interceptor()) os << " - indexed_interceptor\n"; |
if (is_undetectable()) os << " - undetectable\n"; |
- if (has_instance_call_handler()) os << " - instance_call_handler\n"; |
+ if (is_callable()) os << " - callable\n"; |
if (is_access_check_needed()) os << " - access_check_needed\n"; |
if (!is_extensible()) os << " - non-extensible\n"; |
if (is_observed()) os << " - observed\n"; |