| Index: src/incremental-marking.cc
|
| diff --git a/src/incremental-marking.cc b/src/incremental-marking.cc
|
| index 8fca3050577701ee5e48ccea762abd0391f97280..4910cb60b8137b960bd8056411a36f24c366a92f 100644
|
| --- a/src/incremental-marking.cc
|
| +++ b/src/incremental-marking.cc
|
| @@ -418,7 +418,7 @@ void IncrementalMarking::ActivateGeneratedStub(Code* stub) {
|
|
|
| static void PatchIncrementalMarkingRecordWriteStubs(
|
| Heap* heap, RecordWriteStub::Mode mode) {
|
| - NumberDictionary* stubs = heap->code_stubs();
|
| + NotSeededNumberDictionary* stubs = heap->code_stubs();
|
|
|
| int capacity = stubs->Capacity();
|
| for (int i = 0; i < capacity; i++) {
|
|
|