Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 9deee23fc52659efdc9bc78a84531d9bf2f26e8c..c9a0a78ba33882767280a9cb100a33e7ab7a4d30 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -3418,7 +3418,7 @@ class DeoptimizationInputData: public FixedArray { |
| // Casting. |
| static inline DeoptimizationInputData* cast(Object* obj); |
| -#if defined(OBJECT_PRINT) || defined(ENABLE_DISASSEMBLER) |
| +#ifdef ENABLE_DISASSEMBLER |
| void DeoptimizationInputDataPrint(FILE* out); |
| #endif |