Chromium Code Reviews| Index: src/arm/full-codegen-arm.cc |
| =================================================================== |
| --- src/arm/full-codegen-arm.cc (revision 8457) |
| +++ src/arm/full-codegen-arm.cc (working copy) |
| @@ -3742,7 +3742,7 @@ |
| // accumulator register r0. |
| VisitForAccumulatorValue(expr->expression()); |
| SetSourcePosition(expr->position()); |
| - EmitCallIC(stub.GetCode(), NULL, expr->id()); |
| + EmitCallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->id()); |
| context()->Plug(r0); |
| } |