[Webkit-unassigned] [Bug 74646] sizeof(RenderObject) is 32 instead of 24 on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 13:58:56 PST 2011


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





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2011-12-15 13:58:55 PST ---
Created an attachment (id=119498)
 --> (https://bugs.webkit.org/attachment.cgi?id=119498&action=review)
work in progress

This one wraps bitfields in new struct with accessors. This mitigates the implicit coercion problem Darin pointed out. I used macro because the idea of repeating the same code 31 times was just absurd.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list