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