Index: src/objects-debug.cc |
=================================================================== |
--- src/objects-debug.cc (revision 3263) |
+++ src/objects-debug.cc (working copy) |
@@ -784,8 +784,6 @@ |
PrintF("\n - debug info = "); |
debug_info()->ShortPrint(); |
PrintF("\n - length = %d", length()); |
- PrintF("\n - has_only_this_property_assignments = %d", |
- has_only_this_property_assignments()); |
PrintF("\n - has_only_simple_this_property_assignments = %d", |
has_only_simple_this_property_assignments()); |
PrintF("\n - this_property_assignments = "); |