On Thu, Apr 23, 2015 at 10:23:59PM +0200, Andreas Schwab wrote:
> This patch works for me.
Thanks for the patch, I can include it in the next release (from the
2.8 series).
> --- webkitgtk-2.8.0.orig/Source/WebCore/css/RuleSet.h
> +++ webkitgtk-2.8.0/Source/WebCore/css/RuleSet.h
> @@ -141,7 +141,7 @@ struct SameSizeAsRuleData {
> unsigned d[4];
> };
>
> -COMPILE_ASSERT(sizeof(RuleData) == sizeof(SameSizeAsRuleData),
> RuleData_should_stay_small);
> +COMPILE_ASSERT(sizeof(RuleData) <= sizeof(SameSizeAsRuleData),
> RuleData_should_stay_small);
Can you summarize very briefly why these changes to COMPILE_ASSERT are
only needed in this architecture?
Berto
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]