| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 73431d54aad890555e9cc06ae4dbee2b197ea5a9..5572652b6f5256dbdb8a3ffeb6ada8178d2fbf18 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -563,7 +563,7 @@ class FullCodeGenerator: public AstVisitor {
|
| void CallIC(Handle<Code> code,
|
| TypeFeedbackId id = TypeFeedbackId::None());
|
|
|
| - void CallLoadIC(ContextualMode mode,
|
| + void CallLoadIC(TypeofState typeof_state = INSIDE_TYPEOF,
|
| TypeFeedbackId id = TypeFeedbackId::None());
|
| void CallStoreIC(TypeFeedbackId id = TypeFeedbackId::None());
|
|
|
|
|