| Index: src/crankshaft/arm/lithium-codegen-arm.cc
 | 
| diff --git a/src/crankshaft/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc
 | 
| index 5de5250a03bc96e707dbd8e61a6815b2b9da4e2c..e705c6134e23fab5265f22a7c26ec6578a63ed68 100644
 | 
| --- a/src/crankshaft/arm/lithium-codegen-arm.cc
 | 
| +++ b/src/crankshaft/arm/lithium-codegen-arm.cc
 | 
| @@ -4501,7 +4501,8 @@ void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
 | 
|    PushSafepointRegistersScope scope(this);
 | 
|    __ SmiTag(char_code);
 | 
|    __ push(char_code);
 | 
| -  CallRuntimeFromDeferred(Runtime::kCharFromCode, 1, instr, instr->context());
 | 
| +  CallRuntimeFromDeferred(Runtime::kStringCharFromCode, 1, instr,
 | 
| +                          instr->context());
 | 
|    __ StoreToSafepointRegisterSlot(r0, result);
 | 
|  }
 | 
|  
 | 
| 
 |