Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 6e55449a8983bec4bbb93ddb7e21a6419dc692cf..27105dafe7c843d857af2a4e5f3a5b889874486b 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -7867,7 +7867,7 @@ uint32_t UnseededNumberDictionaryShape::HashForObject(uint32_t key, |
} |
Map* UnseededNumberDictionaryShape::GetMap(Isolate* isolate) { |
- return *isolate->factory()->unseeded_number_dictionary_map(); |
+ return isolate->heap()->unseeded_number_dictionary_map(); |
} |
uint32_t SeededNumberDictionaryShape::SeededHash(uint32_t key, uint32_t seed) { |