| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index e7e79fbc7467a820485bfb0b4480c9585fcf75e8..ec0407be082d43662bfa1da0ff8b2dc4dc4cea16 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2568,8 +2568,8 @@ class JSObject: public JSReceiver {
|
| DECLARE_PRINTER(JSObject)
|
| DECLARE_VERIFIER(JSObject)
|
| #ifdef OBJECT_PRINT
|
| - void PrintProperties(std::ostream& os); // NOLINT
|
| - void PrintElements(std::ostream& os); // NOLINT
|
| + bool PrintProperties(std::ostream& os); // NOLINT
|
| + bool PrintElements(std::ostream& os); // NOLINT
|
| #endif
|
| #if defined(DEBUG) || defined(OBJECT_PRINT)
|
| void PrintTransitions(std::ostream& os); // NOLINT
|
|
|