Index: src/mips/codegen-mips.cc |
diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc |
index 063064f52745348ad9656dddc7e84f59121794c1..f79e8161ab16e1c1f63ffb49cbd5e7866824bb8b 100644 |
--- a/src/mips/codegen-mips.cc |
+++ b/src/mips/codegen-mips.cc |
@@ -1188,7 +1188,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. |