[Webkit-unassigned] [Bug 169395] [WebCrypto] Change VectorCallback from Function<void(const Vector<uint8_t>&)> to Function<void(Vector<uint8_t>&&)> in CryptoAlgorithms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 8 17:10:56 PST 2017


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

--- Comment #1 from Jiewen Tan <jiewen_tan at apple.com> ---
CryptoAlgorithm.h
using VectorCallback = WTF::Function<void(const Vector<uint8_t>&)>;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170309/9cbb432a/attachment-0001.html>


More information about the webkit-unassigned mailing list