Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index ea1c0b6efde5ee74f6cb82c22c976d8db89a19fa..862ee0cc1aea7648c49ef397681fb2c9af491025 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -2441,8 +2441,7 @@ bool Heap::CreateInitialMaps() { |
ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, native_context) |
native_context_map()->set_dictionary_map(true); |
- native_context_map()->set_visitor_id( |
- StaticVisitorBase::kVisitNativeContext); |
+ native_context_map()->set_visitor_id(kVisitNativeContext); |
ALLOCATE_MAP(SHARED_FUNCTION_INFO_TYPE, SharedFunctionInfo::kAlignedSize, |
shared_function_info) |