| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 5969ae6cff717d78f1a83e925b4c64b75c68e36e..0a956f1bbb2849f6ab2aee3f035b1b6e5e426834 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5346,7 +5346,7 @@ class Code: public HeapObject {
|
| void MakeYoung();
|
| void MakeOlder(MarkingParity);
|
| static bool IsYoungSequence(Isolate* isolate, byte* sequence);
|
| - bool IsOld();
|
| + bool IsOld(Heap* heap);
|
| Age GetAge();
|
| // Gets the raw code age, including psuedo code-age values such as
|
| // kNotExecutedCodeAge and kExecutedOnceCodeAge.
|
|
|