| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 429bd49c3399ec2d8bb620d1d46501ad840a1cf2..1c58b03ac8a79844a1e6edb691c796bbbbdafbf3 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4650,7 +4650,7 @@ class DeoptimizationOutputData: public FixedArray {
|
|
|
| DECLARE_CAST(DeoptimizationOutputData)
|
|
|
| -#if defined(OBJECT_PRINT) || defined(ENABLE_DISASSEMBLER)
|
| +#ifdef ENABLE_DISASSEMBLER
|
| void DeoptimizationOutputDataPrint(std::ostream& os); // NOLINT
|
| #endif
|
| };
|
| @@ -4728,7 +4728,7 @@ class HandlerTable : public FixedArray {
|
|
|
| DECLARE_CAST(HandlerTable)
|
|
|
| -#if defined(OBJECT_PRINT) || defined(ENABLE_DISASSEMBLER)
|
| +#ifdef ENABLE_DISASSEMBLER
|
| void HandlerTableRangePrint(std::ostream& os); // NOLINT
|
| void HandlerTableReturnPrint(std::ostream& os); // NOLINT
|
| #endif
|
|
|