| Index: runtime/vm/object_graph.h
|
| diff --git a/runtime/vm/object_graph.h b/runtime/vm/object_graph.h
|
| index 316359764c042800701c4c1e93e470d3f494a5a2..0a65bae8dd3520d16065da6b3bbbd51a40530d61 100644
|
| --- a/runtime/vm/object_graph.h
|
| +++ b/runtime/vm/object_graph.h
|
| @@ -53,7 +53,7 @@ class ObjectGraph : public StackResource {
|
| virtual Direction VisitObject(StackIterator* it) = 0;
|
| };
|
|
|
| - explicit ObjectGraph(Isolate* isolate);
|
| + explicit ObjectGraph(Thread* thread);
|
| ~ObjectGraph();
|
|
|
| // Visits all strongly reachable objects in the isolate's heap, in a
|
|
|