| Index: runtime/vm/object_graph.h
|
| diff --git a/runtime/vm/object_graph.h b/runtime/vm/object_graph.h
|
| index a5748b3b8d01c5f7c8e615899c65d7ac19a8093e..316359764c042800701c4c1e93e470d3f494a5a2 100644
|
| --- a/runtime/vm/object_graph.h
|
| +++ b/runtime/vm/object_graph.h
|
| @@ -90,8 +90,9 @@ class ObjectGraph : public StackResource {
|
| intptr_t InboundReferences(Object* obj, const Array& references);
|
|
|
| // Write the isolate's object graph to 'stream'. Smis and nulls are omitted.
|
| + // Returns the number of nodes in the stream, including the root.
|
| // TODO(koda): Document format; support streaming/chunking.
|
| - void Serialize(WriteStream* stream);
|
| + intptr_t Serialize(WriteStream* stream);
|
|
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ObjectGraph);
|
|
|