Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index bcbea12cb44875c5df27ada4dceb6136416a1c3a..1faae8613b4d2e61e57a47bcef8c9f0f7df1b8f0 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5310,6 +5310,7 @@ class Code: public HeapObject { |
// compilation stub. |
static void MakeCodeAgeSequenceYoung(byte* sequence, Isolate* isolate); |
static void MarkCodeAsExecuted(byte* sequence, Isolate* isolate); |
+ void MakeYoung(); |
void MakeOlder(MarkingParity); |
static bool IsYoungSequence(Isolate* isolate, byte* sequence); |
bool IsOld(); |