| Index: src/ast.h
|
| diff --git a/src/ast.h b/src/ast.h
|
| index 97ef4ff5b74101a2169f6f9d963a868ae6462ad3..ebd9fcf449ddc71b769f80286d300f0fcfdf2159 100644
|
| --- a/src/ast.h
|
| +++ b/src/ast.h
|
| @@ -1737,7 +1737,8 @@ class Call V8_FINAL : public Expression {
|
|
|
| // Type feedback information.
|
| TypeFeedbackId CallFeedbackId() const { return reuse(id()); }
|
| - void RecordTypeFeedback(TypeFeedbackOracle* oracle, CallKind call_kind);
|
| + void RecordTypeFeedback(TypeFeedbackOracle* oracle,
|
| + ContextualMode contextual_mode);
|
| virtual SmallMapList* GetReceiverTypes() V8_OVERRIDE {
|
| return &receiver_types_;
|
| }
|
|
|