Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index 54a7b5532bb31e4129597de1aa916e4dca5a672f..986bfb2a718399644ee52eada6a5a9432c24fcb8 100644 |
| --- a/src/objects-printer.cc |
| +++ b/src/objects-printer.cc |
| @@ -1010,8 +1010,6 @@ void AccessorPair::AccessorPairPrint(FILE* out) { |
| getter()->ShortPrint(out); |
| PrintF(out, "\n - setter: "); |
| setter()->ShortPrint(out); |
| - PrintF(out, "\n - flag: "); |
| - access_flags()->ShortPrint(out); |
| } |