RESOLVED FIXED 50791
Add CoreIPC coders for CF types
https://bugs.webkit.org/show_bug.cgi?id=50791
Summary Add CoreIPC coders for CF types
Anders Carlsson
Reported 2010-12-09 17:10:53 PST
Add CoreIPC coders for CF types
Attachments
Patch (21.76 KB, patch)
2010-12-09 17:12 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-12-09 17:12:59 PST
Sam Weinig
Comment 2 2010-12-09 17:21:25 PST
Comment on attachment 76139 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=76139&action=review > WebKit2/Platform/CoreIPC/ArgumentDecoder.h:66 > + COMPILE_ASSERT(sizeof(T) <= sizeof(uint64_t), enum_type_must_not_be_larger_than_64_bits); You could use COMPILE_ASSERT __is_enum(), in Clang only code.
Anders Carlsson
Comment 3 2010-12-09 17:32:54 PST
Note You need to log in before you can comment on or make changes to this bug.