Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 7477450f8e2297338e61f0640bf64fc51876a8aa..47a36edb4bacfb1df70321b2acbba0e5f0b006c8 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -3040,7 +3040,7 @@ MaybeObject* Heap::AllocatePropertyCell() { |
cell->set_dependent_code(DependentCode::cast(empty_fixed_array()), |
SKIP_WRITE_BARRIER); |
cell->set_value(the_hole_value()); |
- cell->set_type(Type::None()); |
+ cell->set_type(HeapType::None()); |
return result; |
} |