| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index b5e03392867df2d73d89036a9053c153b8dda5c3..5773fd500d405885042e69ddbe0e5585cd50b241 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -4461,7 +4461,7 @@ void LCodeGen::DoDeferredStringCharCodeAt(LStringCharCodeAt* instr) {
|
| __ Push(index);
|
| }
|
| CallRuntimeFromDeferred(
|
| - Runtime::kStringCharCodeAt, 2, instr, instr->context());
|
| + Runtime::kHiddenStringCharCodeAt, 2, instr, instr->context());
|
| __ AssertSmi(rax);
|
| __ SmiToInteger32(rax, rax);
|
| __ StoreToSafepointRegisterSlot(result, rax);
|
|
|