| Index: src/full-codegen.cc
|
| diff --git a/src/full-codegen.cc b/src/full-codegen.cc
|
| index 4ef640bbb85438661e9ba50ec294f7ab67aba220..18d00bb0662b838d108f74012bb40cc1423093b4 100644
|
| --- a/src/full-codegen.cc
|
| +++ b/src/full-codegen.cc
|
| @@ -404,9 +404,9 @@ void FullCodeGenerator::PrepareForBailout(Expression* node, State state) {
|
| }
|
|
|
|
|
| -void FullCodeGenerator::CallLoadIC(ContextualMode contextual_mode,
|
| +void FullCodeGenerator::CallLoadIC(TypeofState typeof_state,
|
| TypeFeedbackId id) {
|
| - ExtraICState extra_state = LoadIC::ComputeExtraICState(contextual_mode);
|
| + ExtraICState extra_state = LoadIC::ComputeExtraICState(typeof_state);
|
| Handle<Code> ic = LoadIC::initialize_stub(isolate(), extra_state);
|
| CallIC(ic, id);
|
| }
|
|
|