Index: runtime/vm/snapshot.h |
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
index 3bc42c80d6fcedb804e2986bf88165499780fc60..2491a74e916fde4d3bf5d36216c8bdac089f3ff8 100644 |
--- a/runtime/vm/snapshot.h |
+++ b/runtime/vm/snapshot.h |
@@ -841,7 +841,8 @@ class SnapshotWriter : public BaseWriter { |
// Serialize an object into the buffer. |
void WriteObject(RawObject* raw); |
- uword GetObjectTags(RawObject* raw); |
+ static uint32_t GetObjectTags(RawObject* raw); |
+ static uword GetObjectTagsAndHash(RawObject* raw); |
Exceptions::ExceptionType exception_type() const { return exception_type_; } |
void set_exception_type(Exceptions::ExceptionType type) { |