Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index af6bb667e16863aefb33957aa22710afc5c5234d..0122c4085f3abbd5e3195ba92bae0fc8ec354e1d 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3063,6 +3063,9 @@ class DescriptorArray: public FixedArray { |
static const int kDescriptorSize = 3; |
#ifdef OBJECT_PRINT |
+ // For our gdb macros, we should perhaps change these in the future. |
+ void Print(); |
+ |
// Print all the descriptors. |
void PrintDescriptors(std::ostream& os); // NOLINT |
#endif |