Index: src/types.cc |
diff --git a/src/types.cc b/src/types.cc |
index 9354965a7b7a57475a7568b08b2adaa9eee24411..bbaf7a93fe29d67cf07066ebcb45de1efc770101 100644 |
--- a/src/types.cc |
+++ b/src/types.cc |
@@ -541,7 +541,7 @@ typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Intersect( |
// TODO(rossberg): this does not belong here. |
-Representation Representation::FromType(Handle<Type> type) { |
+Representation Representation::FromType(Type* type) { |
if (type->Is(Type::None())) return Representation::None(); |
if (type->Is(Type::Smi())) return Representation::Smi(); |
if (type->Is(Type::Signed32())) return Representation::Integer32(); |