Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 83a05ade808f32d32ad08889741182da50bbddf8..8fe7fa77131cd5c42d00abc4d6075d323b64b2b9 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4528,6 +4528,8 @@ class Code: public HeapObject { |
static bool IsYoungSequence(byte* sequence); |
bool IsOld(); |
+ void PrintDeoptLocation(int bailout_id); |
+ |
// Max loop nesting marker used to postpose OSR. We don't take loop |
// nesting that is deeper than 5 levels into account. |
static const int kMaxLoopNestingMarker = 6; |