Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index b2514cb0ae14d00a5c953befb7cc13649934389f..3ee1de983fe1082f5184083a88878b8183288016 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -565,13 +565,11 @@ class FullCodeGenerator: public AstVisitor { |
void EmitKeyedPropertyAssignment(Assignment* expr); |
void CallIC(Handle<Code> code, |
- ContextualMode mode = NOT_CONTEXTUAL, |
TypeFeedbackId id = TypeFeedbackId::None()); |
void CallLoadIC(ContextualMode mode, |
TypeFeedbackId id = TypeFeedbackId::None()); |
- void CallStoreIC(ContextualMode mode, |
- TypeFeedbackId id = TypeFeedbackId::None()); |
+ void CallStoreIC(TypeFeedbackId id = TypeFeedbackId::None()); |
void SetFunctionPosition(FunctionLiteral* fun); |
void SetReturnPosition(FunctionLiteral* fun); |