Index: src/arm/codegen-arm.cc |
diff --git a/src/arm/codegen-arm.cc b/src/arm/codegen-arm.cc |
index ecf355fdc84e90d8199949eb79c2936412c5b8e3..c6dd5ad80df7be6377cdff610a341b54abe47943 100644 |
--- a/src/arm/codegen-arm.cc |
+++ b/src/arm/codegen-arm.cc |
@@ -885,7 +885,8 @@ void MathExpGenerator::EmitMathExp(MacroAssembler* masm, |
static const uint32_t kCodeAgePatchFirstInstruction = 0xe24f0008; |
#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. |