Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index 5aa0a09fc9bd30af6ef7bf35c2eab36296c75499..d52f3c410c148a1bedb2a852a045994eb0026639 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -480,7 +480,7 @@ class FullCodeGenerator: public AstVisitor { |
// Platform-specific code sequences for calls |
void EmitCallWithStub(Call* expr); |
- void EmitCallWithIC(Call* expr, Handle<Object> name, ContextualMode mode); |
+ void EmitCallWithIC(Call* expr); |
void EmitKeyedCallWithIC(Call* expr, Expression* key); |
// Platform-specific code for inline runtime calls. |