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