RESOLVED INVALID127346
Wrong struct size when CSS_IMAGE_ORIENTATION and CSS3_TEXT_DECORATION are enabled.
https://bugs.webkit.org/show_bug.cgi?id=127346
Summary Wrong struct size when CSS_IMAGE_ORIENTATION and CSS3_TEXT_DECORATION are ena...
László Langó
Reported 2014-01-21 07:53:28 PST
Source/WebCore/rendering/style/StyleRareInheritedData.cpp:68:1: error: static assertion failed: StyleRareInheritedData_should_bit_pack
Attachments
Patch (1.39 KB, patch)
2014-01-21 08:06 PST, László Langó
no flags
László Langó
Comment 1 2014-01-21 08:06:26 PST
WebKit Commit Bot
Comment 2 2014-01-21 09:01:39 PST
Comment on attachment 221746 [details] Patch Clearing flags on attachment: 221746 Committed r162445: <http://trac.webkit.org/changeset/162445>
WebKit Commit Bot
Comment 3 2014-01-21 09:01:43 PST
All reviewed patches have been landed. Closing bug.
WebKit Commit Bot
Comment 4 2014-01-21 09:17:08 PST
Re-opened since this is blocked by bug 127351
Csaba Osztrogonác
Comment 5 2014-01-21 09:19:48 PST
(In reply to comment #4) > Re-opened since this is blocked by bug 127351 Rolled out, because it broke the 32 bit GTK build: ../../Source/WebCore/rendering/style/StyleRareInheritedData.cpp:68:1: error: static assertion failed: StyleRareInheritedData_should_bit_pack COMPILE_ASSERT(sizeof(StyleRareInheritedData) == sizeof(SameSizeAsStyleRareInheritedData), StyleRareInheritedData_should_bit_pack); It seems there are different sized padding on 32 and 64 bit :-/
Note You need to log in before you can comment on or make changes to this bug.