No subject
Wed Aug 1 07:28:53 PDT 2012
> Source/WebCore/rendering/LayoutState.cpp:43
> +#if !ASSERT_DISABLED && ENABLE(SATURATED_LAYOUT_ARITHMETIC)
> + , m_layoutDeltaXSaturated(false)
> + , m_layoutDeltaYSaturated(false)
> +#endif
Why initialize these here since they are unconditionally set in the function body below? This makes things more ugly for no real reason.
--
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