| Index: src/mips64/codegen-mips64.cc
|
| diff --git a/src/mips64/codegen-mips64.cc b/src/mips64/codegen-mips64.cc
|
| index 35de3cc24c6c8d881f8d8a75484e9ce53d0734aa..51de18c9a658ee0121573379e602e10b0534f44e 100644
|
| --- a/src/mips64/codegen-mips64.cc
|
| +++ b/src/mips64/codegen-mips64.cc
|
| @@ -1183,7 +1183,8 @@ static const uint32_t kCodeAgePatchFirstInstruction = 0x00010180;
|
| #endif
|
|
|
|
|
| -CodeAgingHelper::CodeAgingHelper() {
|
| +CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
|
| + USE(isolate);
|
| DCHECK(young_sequence_.length() == kNoCodeAgeSequenceLength);
|
| // Since patcher is a large object, allocate it dynamically when needed,
|
| // to avoid overloading the stack in stress conditions.
|
|
|