Chromium Code Reviews| Index: src/objects-debug.cc |
| =================================================================== |
| --- src/objects-debug.cc (revision 4439) |
| +++ src/objects-debug.cc (working copy) |
| @@ -725,7 +725,6 @@ |
| void JSFunction::JSFunctionPrint() { |
| HeapObject::PrintHeader("Function"); |
| PrintF(" - map = 0x%p\n", map()); |
| - PrintF(" - is boilerplate: %s\n", IsBoilerplate() ? "yes" : "no"); |
| PrintF(" - initial_map = "); |
| if (has_initial_map()) { |
| initial_map()->ShortPrint(); |