Bug 169395

Summary: [WebCrypto] Change VectorCallback from Function<void(const Vector<uint8_t>&)> to Function<void(Vector<uint8_t>&&)> in CryptoAlgorithms
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bfulgham, jiewen_tan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.