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..94970da14ebaa348e2ef5372e3e85ea379e34fa9 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::kHiddenStringCharCodeAt, 2, instr, |
instr->context()); |
__ AssertSmi(r0); |
__ SmiUntag(r0); |