Add CoreIPC coders for CF types
Created attachment 76139 [details] Patch
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.
Committed r73662: <http://trac.webkit.org/changeset/73662>