NEW169395
[WebCrypto] Change VectorCallback from Function<void(const Vector<uint8_t>&)> to Function<void(Vector<uint8_t>&&)> in CryptoAlgorithms
https://bugs.webkit.org/show_bug.cgi?id=169395
Summary [WebCrypto] Change VectorCallback from Function<void(const Vector<uint8_t>&)>...
Jiewen Tan
Reported 2017-03-08 17:10:20 PST
It looks like that VectorCallback can actually better be Function<void(Vector<uint8_t>&&)> in CryptoAlgorithms.
Attachments
Jiewen Tan
Comment 1 2017-03-08 17:10:56 PST
CryptoAlgorithm.h using VectorCallback = WTF::Function<void(const Vector<uint8_t>&)>;
Note You need to log in before you can comment on or make changes to this bug.