Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index 0398572f90c8cee81e6eb6c06417dd1de19bf57b..4450326afa273e3f356ce9f1050d9df1927bc761 100644 |
| --- a/src/objects-printer.cc |
| +++ b/src/objects-printer.cc |
| @@ -587,6 +587,8 @@ void JSProxy::JSProxyPrint(FILE* out) { |
| PrintF(out, " - map = 0x%p\n", reinterpret_cast<void*>(map())); |
| PrintF(out, " - handler = "); |
| handler()->Print(out); |
| + PrintF(out, " - hash = "); |
| + hash()->Print(out); |
| PrintF(out, "\n"); |
| } |