| Index: src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| index dd3d38260d0a6bbc102633725816229c30df6adf..f33d78a29cca2b4b827d91dafd868d8102ac520e 100644
|
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| @@ -4391,8 +4391,7 @@ void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) {
|
| DCHECK(ToRegister(instr->context()).is(cp));
|
| PushSafepointRegistersScope scope(this);
|
| __ li(a1, Operand(to_map));
|
| - bool is_js_array = from_map->instance_type() == JS_ARRAY_TYPE;
|
| - TransitionElementsKindStub stub(isolate(), from_kind, to_kind, is_js_array);
|
| + TransitionElementsKindStub stub(isolate(), from_kind, to_kind);
|
| __ CallStub(&stub);
|
| RecordSafepointWithRegisters(
|
| instr->pointer_map(), 0, Safepoint::kLazyDeopt);
|
|
|