[Webkit-unassigned] [Bug 140383] Fix Debug Build Error in Webcore module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 13 01:36:43 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140383

--- Comment #5 from Csaba Osztrogonác <ossy at webkit.org> ---
size_t is unsigned int on 32 bit and long unsigned int on 64 bit.
So it should be casted to long unsigned int unconditionally.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150113/644e4f79/attachment-0002.html>


More information about the webkit-unassigned mailing list