Bug 132479 - Add and implement KeyedDecoder::decodeBytes
Summary: Add and implement KeyedDecoder::decodeBytes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-02 12:25 PDT by Anders Carlsson
Modified: 2014-05-02 12:34 PDT (History)
0 users

See Also:


Attachments
Patch (4.15 KB, patch)
2014-05-02 12:26 PDT, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-05-02 12:25:13 PDT
Add and implement KeyedDecoder::decodeBytes
Comment 1 Anders Carlsson 2014-05-02 12:26:46 PDT
Created attachment 230682 [details]
Patch
Comment 2 Tim Horton 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!
Comment 3 Anders Carlsson 2014-05-02 12:34:58 PDT
Committed r168181: <http://trac.webkit.org/changeset/168181>