| Index: Source/platform/Crypto.h
|
| diff --git a/Source/platform/Crypto.h b/Source/platform/Crypto.h
|
| index d5556befa24f7c2e8b6b51bf2b80f62a4b29d253..1ebcd1de84576a52b88e3627416cd68b725d1cab 100644
|
| --- a/Source/platform/Crypto.h
|
| +++ b/Source/platform/Crypto.h
|
| @@ -31,7 +31,7 @@ enum HashAlgorithm {
|
| HashAlgorithmSha512
|
| };
|
|
|
| -PLATFORM_EXPORT void computeDigest(HashAlgorithm, const char* digestable, size_t length, DigestValue& digestResult);
|
| +PLATFORM_EXPORT bool computeDigest(HashAlgorithm, const char* digestable, size_t length, DigestValue& digestResult);
|
| PLATFORM_EXPORT PassOwnPtr<blink::WebCryptoDigestor> createDigestor(HashAlgorithm);
|
| PLATFORM_EXPORT void finishDigestor(blink::WebCryptoDigestor*, DigestValue& digestResult);
|
|
|
|
|