| Index: src/types.h
|
| diff --git a/src/types.h b/src/types.h
|
| index 00ff40b5b558559c5026553a1873ee43b384c1a0..254183873b1f847ed3aae67c3de4b8d1ece17876 100644
|
| --- a/src/types.h
|
| +++ b/src/types.h
|
| @@ -743,8 +743,8 @@ class Type {
|
| SIMD128_TYPES(CONSTRUCT_SIMD_TYPE)
|
| #undef CONSTRUCT_SIMD_TYPE
|
|
|
| - static Type* Union(Type* type1, Type* type2, Zone* reg);
|
| - static Type* Intersect(Type* type1, Type* type2, Zone* reg);
|
| + static Type* Union(Type* type1, Type* type2, Zone* zone);
|
| + static Type* Intersect(Type* type1, Type* type2, Zone* zone);
|
|
|
| static Type* Of(double value, Zone* zone) {
|
| return BitsetType::New(BitsetType::ExpandInternals(BitsetType::Lub(value)));
|
|
|