| Index: third_party/WebKit/Source/platform/Crypto.h
|
| diff --git a/third_party/WebKit/Source/platform/Crypto.h b/third_party/WebKit/Source/platform/Crypto.h
|
| index 388462e1f174a5650bf9cfd410d57ed47eb9548f..cbe597cf18d85441414173d1e7ceecac4bff8f93 100644
|
| --- a/third_party/WebKit/Source/platform/Crypto.h
|
| +++ b/third_party/WebKit/Source/platform/Crypto.h
|
| @@ -33,6 +33,7 @@ enum HashAlgorithm {
|
| };
|
|
|
| PLATFORM_EXPORT bool computeDigest(HashAlgorithm, const char* digestable, size_t length, DigestValue& digestResult);
|
| +// Note: this will never return null.
|
| PLATFORM_EXPORT std::unique_ptr<WebCryptoDigestor> createDigestor(HashAlgorithm);
|
| PLATFORM_EXPORT void finishDigestor(WebCryptoDigestor*, DigestValue& digestResult);
|
|
|
|
|