Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 4b376c84bdcd0b630dfd1a52622e2f54aba644fd..7d7d7eae4de67c0a97a6a42ddd620f0473d989bd 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -301,7 +301,8 @@ class TypeFeedbackOracle: public ZoneObject { |
Handle<Type>* left, |
Handle<Type>* right, |
Handle<Type>* result, |
- Maybe<int>* fixed_right_arg); |
+ Maybe<int>* fixed_right_arg, |
+ Token::Value operation); |
void CompareType(TypeFeedbackId id, |
Handle<Type>* left, |
@@ -310,7 +311,7 @@ class TypeFeedbackOracle: public ZoneObject { |
Handle<Type> ClauseType(TypeFeedbackId id); |
- TypeInfo IncrementType(CountOperation* expr); |
+ Handle<Type> IncrementType(CountOperation* expr); |
Zone* zone() const { return zone_; } |
Isolate* isolate() const { return isolate_; } |