| Index: src/types.h
|
| diff --git a/src/types.h b/src/types.h
|
| index c3c51dc0c24c2a99f26074c06cc03edc2ad6af0c..746cca764ea08e38cce14cd5614ab5cb72a48c30 100644
|
| --- a/src/types.h
|
| +++ b/src/types.h
|
| @@ -751,8 +751,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)));
|
|
|