Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 6c7e31acdb6d071e433d9d37d377e79eaeb9dfd4..15a0b81aa6a0f6211166cc1c006b0c45d35fbd7d 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -305,7 +305,9 @@ class TypeFeedbackOracle: public ZoneObject { |
void BinaryType(BinaryOperation* expr, |
TypeInfo* left, |
TypeInfo* right, |
- TypeInfo* result); |
+ TypeInfo* result, |
+ bool* has_fixed_right_arg, |
+ int* fixed_right_arg_value); |
void CompareType(CompareOperation* expr, |
TypeInfo* left_type, |
TypeInfo* right_type, |