| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 9a1a58ef82a91415cbc6719a2632f04a0ea9f3ae..f56db687a29dc3e15e8f4b1ada5d5d9c6d4876d9 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -904,6 +904,8 @@ void AccessCheckInfo::AccessCheckInfoPrint(FILE* out) {
|
| named_callback()->ShortPrint(out);
|
| PrintF(out, "\n - indexed_callback: ");
|
| indexed_callback()->ShortPrint(out);
|
| + PrintF(out, "\n - observe_callback: ");
|
| + observe_callback()->ShortPrint(out);
|
| PrintF(out, "\n - data: ");
|
| data()->ShortPrint(out);
|
| }
|
|
|