RESOLVED FIXED 132479
Add and implement KeyedDecoder::decodeBytes
https://bugs.webkit.org/show_bug.cgi?id=132479
Summary Add and implement KeyedDecoder::decodeBytes
Anders Carlsson
Reported 2014-05-02 12:25:13 PDT
Add and implement KeyedDecoder::decodeBytes
Attachments
Patch (4.15 KB, patch)
2014-05-02 12:26 PDT, Anders Carlsson
thorton: review+
Anders Carlsson
Comment 1 2014-05-02 12:26:46 PDT
Tim Horton
Comment 2 2014-05-02 12:28:55 PDT
Comment on attachment 230682 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=230682&action=review > Source/WebCore/platform/KeyedCoding.h:54 > + static_assert(sizeof(T) == 1, ""); why no message!
Anders Carlsson
Comment 3 2014-05-02 12:34:58 PDT
Note You need to log in before you can comment on or make changes to this bug.