| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index b154674a0e70060c8ecfad8aafbc56b8c44e9f43..44466848c45a5e1622e7f0aee91c0a186aca3383 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -152,6 +152,7 @@ void HeapObject::HeapObjectPrint(std::ostream& os) { // NOLINT
|
| case JS_GENERATOR_OBJECT_TYPE:
|
| case JS_ARGUMENTS_TYPE:
|
| case JS_ERROR_TYPE:
|
| + case JS_PROMISE_CAPABILITY_TYPE:
|
| JSObject::cast(this)->JSObjectPrint(os);
|
| break;
|
| case JS_PROMISE_TYPE:
|
|
|