Chromium Code Reviews| Index: src/arm/builtins-arm.cc |
| =================================================================== |
| --- src/arm/builtins-arm.cc (revision 6471) |
| +++ src/arm/builtins-arm.cc (working copy) |
| @@ -566,7 +566,7 @@ |
| // if it's a string already before calling the conversion builtin. |
| Label convert_argument; |
| __ bind(¬_cached); |
| - __ BranchOnSmi(r0, &convert_argument); |
| + __ JumpIfSmi(r0, &convert_argument); |
| // Is it a String? |
| __ ldr(r2, FieldMemOperand(r0, HeapObject::kMapOffset)); |