Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 50b5a34baa74ebd181dda5d26f5b909a08bae02f..102824a61d078009f180083fe66db1bf91fc74bf 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -2971,7 +2971,7 @@ bool Heap::CreateInitialObjects() { |
SeededNumberDictionary::cast(obj)->set_requires_slow_elements(); |
set_empty_slow_element_dictionary(SeededNumberDictionary::cast(obj)); |
- // Handling of script id generation is in FACTORY->NewScript. |
+ // Handling of script id generation is in Factory::NewScript. |
set_last_script_id(undefined_value()); |
// Initialize keyed lookup cache. |