Index: runtime/vm/visitor.h |
=================================================================== |
--- runtime/vm/visitor.h (revision 31538) |
+++ runtime/vm/visitor.h (working copy) |
@@ -35,7 +35,7 @@ |
VisitPointers(p, (p + len - 1)); |
} |
- void VisitPointer(RawObject** p) { VisitPointers(p , p); } |
+ void VisitPointer(RawObject** p) { VisitPointers(p, p); } |
private: |
Isolate* isolate_; |