| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index 583c3fc52059badd4bbcae7f3bc7e57703053465..a0c945a7dfb067e44ded043e891b86329292b993 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -295,7 +295,7 @@ class TypeFeedbackOracle: public ZoneObject {
|
|
|
| // Get type information for arithmetic operations and compares.
|
| TypeInfo UnaryType(UnaryOperation* expr);
|
| - void BinaryType(BinaryOperation* expr,
|
| + void BinaryType(TypeFeedbackId type_feedback_id,
|
| TypeInfo* left,
|
| TypeInfo* right,
|
| TypeInfo* result);
|
|
|