| Index: src/snapshot-source-sink.h | 
| diff --git a/src/snapshot-source-sink.h b/src/snapshot-source-sink.h | 
| index 306813c01d3ef2cd14a53c30e6f158b9eb29f99c..66feaecca4ff5024b63838cf9c040aea3f172591 100644 | 
| --- a/src/snapshot-source-sink.h | 
| +++ b/src/snapshot-source-sink.h | 
| @@ -91,7 +91,6 @@ class SnapshotByteSink { | 
|  | 
| void PutInt(uintptr_t integer, const char* description); | 
| void PutRaw(const byte* data, int number_of_bytes, const char* description); | 
| -  void PutBlob(Vector<const byte> blob, const char* description); | 
| int Position() { return data_.length(); } | 
|  | 
| const List<byte>& data() const { return data_; } | 
|  |