Chromium Code Reviews| Index: src/arm/lithium-codegen-arm.cc |
| =================================================================== |
| --- src/arm/lithium-codegen-arm.cc (revision 6378) |
| +++ src/arm/lithium-codegen-arm.cc (working copy) |
| @@ -964,7 +964,8 @@ |
| break; |
| } |
| case CodeStub::StringCharAt: { |
| - Abort("StringCharAtStub unimplemented."); |
| + StringCharAtStub stub; |
| + CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); |
| break; |
| } |
| case CodeStub::MathPow: { |