Chromium Code Reviews| Index: runtime/vm/gc_marker.cc |
| diff --git a/runtime/vm/gc_marker.cc b/runtime/vm/gc_marker.cc |
| index 5004920b71cb1dd6a43beca1a9674a0de79fc410..2ac946ac2b2a032f76e62c34063e9731d5d4d8e0 100644 |
| --- a/runtime/vm/gc_marker.cc |
| +++ b/runtime/vm/gc_marker.cc |
| @@ -201,7 +201,7 @@ class MarkingVisitorBase : public ObjectPointerVisitor { |
| // Advance to next weak property in the queue. |
| cur_weak = reinterpret_cast<RawWeakProperty*>(next_weak); |
| } |
| - |
| + VisitingOldObject(NULL); |
| return marked; |
| } |