[webkit-reviews] review granted: [Bug 134163] Begin work on decoding form data : [Attachment 233545] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 21 13:51:59 PDT 2014


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 134163: Begin work on decoding form data
https://bugs.webkit.org/show_bug.cgi?id=134163

Attachment 233545: Patch
https://bugs.webkit.org/attachment.cgi?id=233545&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=233545&action=review


> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:316
> +	   uint32_t underlyingEnumValue;
> +	   *this >> underlyingEnumValue;

Can this use std::underlying_type<>?


More information about the webkit-reviews mailing list