Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index aac79a65a86a6f9a410ea52754d44ef4e1f893e4..fc7573241afd97aaaca147bdfe6feaf04324ecb2 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -708,7 +708,6 @@ void JSFunctionProxy::JSFunctionProxyPrint(FILE* out) { |
void JSWeakMap::JSWeakMapPrint(FILE* out) { |
HeapObject::PrintHeader(out, "JSWeakMap"); |
PrintF(out, " - map = 0x%p\n", reinterpret_cast<void*>(map())); |
- PrintF(out, " - number of elements = %d\n", table()->NumberOfElements()); |
PrintF(out, " - table = "); |
table()->ShortPrint(out); |
PrintF(out, "\n"); |