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