Index: runtime/vm/snapshot.h |
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
index faf5eede693711054ff4fa18546ddef098c3cbc5..c0d10166108706f6b3c21b2ee09dfc1962ba475b 100644 |
--- a/runtime/vm/snapshot.h |
+++ b/runtime/vm/snapshot.h |
@@ -842,7 +842,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) { |