Index: src/heap/incremental-marking.cc |
diff --git a/src/heap/incremental-marking.cc b/src/heap/incremental-marking.cc |
index e49b1f1ec304640041e5a4dfa74042f9c59087f2..4bf61e43c35ae1bbe89b761cbb61298fbba06d06 100644 |
--- a/src/heap/incremental-marking.cc |
+++ b/src/heap/incremental-marking.cc |
@@ -945,7 +945,7 @@ void IncrementalMarking::Hurry() { |
MemoryChunk::IncrementLiveBytesFromGC(cache, cache->Size()); |
} |
} |
- context = Context::cast(context)->get(Context::NEXT_CONTEXT_LINK); |
+ context = Context::cast(context)->next_context_link(); |
} |
} |