| Summary: | Wrong struct size when CSS_IMAGE_ORIENTATION and CSS3_TEXT_DECORATION are enabled. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | László Langó <llango.u-szeged> | ||||
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED INVALID | ||||||
| Severity: | Normal | CC: | commit-queue, esprehn+autocc, glenn, kondapallykalyan, ossy | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | 127351 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
László Langó
2014-01-21 07:53:28 PST
Created attachment 221746 [details]
Patch
Comment on attachment 221746 [details] Patch Clearing flags on attachment: 221746 Committed r162445: <http://trac.webkit.org/changeset/162445> All reviewed patches have been landed. Closing bug. Re-opened since this is blocked by bug 127351 (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 :-/ |