| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index 558d12463197f3b7eeeb58d55a5f6990a147f9e4..acd4730173987bb00c0b678575dd8fbe90401448 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -302,9 +302,9 @@ class TypeFeedbackOracle: public ZoneObject {
|
| Maybe<int>* fixed_right_arg);
|
|
|
| void CompareType(TypeFeedbackId id,
|
| - Handle<Type>* left_type,
|
| - Handle<Type>* right_type,
|
| - Handle<Type>* combined_type);
|
| + Handle<Type>* left,
|
| + Handle<Type>* right,
|
| + Handle<Type>* combined);
|
|
|
| Handle<Type> ClauseType(TypeFeedbackId id);
|
|
|
|
|