| Index: src/ppc/codegen-ppc.cc
|
| diff --git a/src/ppc/codegen-ppc.cc b/src/ppc/codegen-ppc.cc
|
| index 412942bad576098277686abea37e49843bb9c53c..7afb601ef8700d78677430e65890e19c0cd0622e 100644
|
| --- a/src/ppc/codegen-ppc.cc
|
| +++ b/src/ppc/codegen-ppc.cc
|
| @@ -608,7 +608,8 @@ void MathExpGenerator::EmitMathExp(MacroAssembler* masm, DoubleRegister input,
|
|
|
| #undef __
|
|
|
| -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.
|
|
|