Chromium Code Reviews| Index: runtime/vm/object_test.cc |
| =================================================================== |
| --- runtime/vm/object_test.cc (revision 45220) |
| +++ runtime/vm/object_test.cc (working copy) |
| @@ -4142,7 +4142,7 @@ |
| } |
| GrowableArray<Object*> objects; |
| ObjectAccumulator acc(&objects); |
| - heap->IterateObjects(&acc); |
| + heap->VisitObjects(&acc); |
| for (intptr_t i = 0; i < objects.length(); ++i) { |
| JSONStream js; |
| objects[i]->PrintJSON(&js, false); |