Chromium Code Reviews| Index: src/incremental-marking.cc |
| =================================================================== |
| --- src/incremental-marking.cc (revision 10404) |
| +++ src/incremental-marking.cc (working copy) |
| @@ -418,7 +418,7 @@ |
| static void PatchIncrementalMarkingRecordWriteStubs( |
| Heap* heap, RecordWriteStub::Mode mode) { |
| - NumberDictionary* stubs = heap->code_stubs(); |
| + UnseededNumberDictionary* stubs = heap->code_stubs(); |
| int capacity = stubs->Capacity(); |
| for (int i = 0; i < capacity; i++) { |