[Webkit-unassigned] [Bug 125446] Store SHA1 hash in std::array.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 9 15:03:44 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125446





--- Comment #11 from Darin Adler <darin at apple.com>  2013-12-09 15:01:57 PST ---
(From update of attachment 218799)
View in context: https://bugs.webkit.org/attachment.cgi?id=218799&action=review

> Source/WTF/wtf/SHA1.h:64
> +    WTF_EXPORT_PRIVATE typedef std::array<uint8_t, hashSize> Digest;

There’s no need to export a typedef, and that’s what caused the build failure. Remove this WTF_EXPORT_PRIVATE.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list