Chromium Code Reviews| Index: runtime/vm/raw_object.cc |
| =================================================================== |
| --- runtime/vm/raw_object.cc (revision 4802) |
| +++ runtime/vm/raw_object.cc (working copy) |
| @@ -650,6 +650,7 @@ |
| ObjectPointerVisitor* visitor) { |
| // Make sure that we got here with the tagged pointer as this. |
| ASSERT(raw_obj->IsHeapObject()); |
| + visitor->VisitPointers(raw_obj->from(), raw_obj->to()); |
| return ICData::InstanceSize(); |
| } |