Index: src/ia32/macro-assembler-ia32.cc |
diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc |
index d45a54eb52ba1628b3c3d9de0b10ae7b2fc52fb3..de3e2ce6d2a98db80cf77018abba3a92b803bbd1 100644 |
--- a/src/ia32/macro-assembler-ia32.cc |
+++ b/src/ia32/macro-assembler-ia32.cc |
@@ -1707,7 +1707,7 @@ void MacroAssembler::TryGetFunctionPrototype(Register function, |
} |
-void MacroAssembler::CallStub(CodeStub* stub, unsigned ast_id) { |
+void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { |
ASSERT(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. |
call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id); |
} |