| Index: src/layout-descriptor.h
|
| diff --git a/src/layout-descriptor.h b/src/layout-descriptor.h
|
| index 5a80e73f1f0aea0f4a767d80e611dceae270cc13..b75536a36f136b6e00562cdafa7ad5aa502d04d8 100644
|
| --- a/src/layout-descriptor.h
|
| +++ b/src/layout-descriptor.h
|
| @@ -83,6 +83,7 @@ class LayoutDescriptor : public FixedTypedArray<Uint32ArrayTraits> {
|
| // For our gdb macros, we should perhaps change these in the future.
|
| void Print();
|
|
|
| + void ShortPrint(std::ostream& os);
|
| void Print(std::ostream& os); // NOLINT
|
| #endif
|
|
|
|
|