summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/MD5.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/MD5.h')
-rw-r--r--JavaScriptCore/wtf/MD5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/wtf/MD5.h b/JavaScriptCore/wtf/MD5.h
index 8ebfc45..3caa810 100644
--- a/JavaScriptCore/wtf/MD5.h
+++ b/JavaScriptCore/wtf/MD5.h
@@ -46,7 +46,7 @@ public:
void addBytes(const uint8_t* input, size_t length);
// checksum has a side effect of resetting the state of the object.
- Vector<uint8_t, 16> checksum();
+ void checksum(Vector<uint8_t, 16>&);
private:
uint32_t m_buf[4];