| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index a1c1f54cc12d95959cea6485952d3fa7a7a31210..aa1f509e2d54053c9cd12d6831f4aaa2ddc996f5 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -303,9 +303,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);
|
|
|
|
|