Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index 7b6f7a478ce4b0d307467cf109e81aa355cc70a8..146b5f254b5f5901522d9d607fc31867e62ba445 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: "); |
| + flag()->ShortPrint(out); |
| } |