Chromium Code Reviews| Index: runtime/vm/object_graph.h |
| diff --git a/runtime/vm/object_graph.h b/runtime/vm/object_graph.h |
| index a5748b3b8d01c5f7c8e615899c65d7ac19a8093e..ffd8f7d539e3d4087178b10cd7a3736926d371f5 100644 |
| --- a/runtime/vm/object_graph.h |
| +++ b/runtime/vm/object_graph.h |
| @@ -91,7 +91,7 @@ class ObjectGraph : public StackResource { |
| // Write the isolate's object graph to 'stream'. Smis and nulls are omitted. |
| // TODO(koda): Document format; support streaming/chunking. |
| - void Serialize(WriteStream* stream); |
| + intptr_t Serialize(WriteStream* stream); |
|
koda
2015/05/19 20:12:35
Document return value.
rmacnak
2015/05/19 22:16:08
Done.
|
| private: |
| DISALLOW_IMPLICIT_CONSTRUCTORS(ObjectGraph); |