Chromium Code Reviews| Index: runtime/vm/heap_test.cc |
| =================================================================== |
| --- runtime/vm/heap_test.cc (revision 37499) |
| +++ runtime/vm/heap_test.cc (working copy) |
| @@ -55,7 +55,7 @@ |
| public: |
| static ClassHeapStats* GetHeapStatsForCid(ClassTable* class_table, |
| intptr_t cid) { |
| - return class_table->StatsAt(cid); |
| + return class_table->PreliminaryStatsAt(cid); |
| } |
| static void DumpClassHeapStats(ClassHeapStats* stats) { |