Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index 11d5341ecab48ee877a05f3ceb7b5d56a80cc287..16957417749039c9a5047c906fb4887a5472ee8b 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -483,7 +483,7 @@ class FullCodeGenerator: public AstVisitor { |
// Platform-specific code sequences for calls |
void EmitCallWithStub(Call* expr, CallFunctionFlags flags); |
- void EmitCallWithIC(Call* expr, Handle<Object> name, RelocInfo::Mode mode); |
+ void EmitCallWithIC(Call* expr, Handle<Object> name, ContextualMode mode); |
void EmitKeyedCallWithIC(Call* expr, Expression* key); |
// Platform-specific code for inline runtime calls. |
@@ -565,7 +565,7 @@ class FullCodeGenerator: public AstVisitor { |
void EmitKeyedPropertyAssignment(Assignment* expr); |
void CallIC(Handle<Code> code, |
- RelocInfo::Mode rmode = RelocInfo::CODE_TARGET, |
+ ContextualMode mode = NOT_CONTEXTUAL, |
TypeFeedbackId id = TypeFeedbackId::None()); |
void SetFunctionPosition(FunctionLiteral* fun); |