WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
169395
[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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug