| Index: src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| index 121545b6e096559109d96b3a355207755ca69117..987f8ed24ba2dbdd70669be3463656983a22e4fa 100644
|
| --- a/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| @@ -4443,8 +4443,7 @@ void LCodeGen::DoDeferredMaybeGrowElements(LMaybeGrowElements* instr) {
|
| __ SmiTag(r6, ToRegister(key));
|
| }
|
|
|
| - GrowArrayElementsStub stub(isolate(), instr->hydrogen()->is_js_array(),
|
| - instr->hydrogen()->kind());
|
| + GrowArrayElementsStub stub(isolate(), instr->hydrogen()->kind());
|
| __ CallStub(&stub);
|
| RecordSafepointWithLazyDeopt(
|
| instr, RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS);
|
|
|