| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index c2dfde3cc4a5a84c4ac4655d9e8da061f8d2077d..53fa482057004c260aa5b31a686037852cb27bf8 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -4460,7 +4460,7 @@ void LCodeGen::DoDeferredStringCharCodeAt(LStringCharCodeAt* instr) {
|
| __ SmiTag(index);
|
| __ push(index);
|
| }
|
| - CallRuntimeFromDeferred(Runtime::kStringCharCodeAt, 2, instr,
|
| + CallRuntimeFromDeferred(Runtime::kStringCharCodeAtInternal, 2, instr,
|
| instr->context());
|
| __ AssertSmi(r0);
|
| __ SmiUntag(r0);
|
|
|