| Index: src/objects-debug.cc
|
| ===================================================================
|
| --- src/objects-debug.cc (revision 3271)
|
| +++ src/objects-debug.cc (working copy)
|
| @@ -796,8 +796,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 = ");
|
|
|