Index: src/x87/full-codegen-x87.cc |
diff --git a/src/x87/full-codegen-x87.cc b/src/x87/full-codegen-x87.cc |
index 4a3e5cc3766a0774fdaeca7c2736919e2c6da67c..a7a5d714ecd7ba2886a8f8ba205a847d2d47a675 100644 |
--- a/src/x87/full-codegen-x87.cc |
+++ b/src/x87/full-codegen-x87.cc |
@@ -2894,8 +2894,7 @@ void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { |
// Record source position of the IC call. |
SetSourcePosition(expr->position()); |
- Handle<Code> ic = CallIC::initialize_stub( |
- isolate(), arg_count, call_type); |
+ Handle<Code> ic = CodeFactory::CallIC(isolate(), arg_count, call_type).code(); |
__ Move(edx, Immediate(SmiFromSlot(expr->CallFeedbackSlot()))); |
__ mov(edi, Operand(esp, (arg_count + 1) * kPointerSize)); |
// Don't assign a type feedback id to the IC, since type feedback is provided |