from: static inline void updatePreferredWidth(LayoutUnit& preferredWidth, float& result) to: static inline LayoutUnit preferredWidth(LayoutUnit preferredWidth, float result)
Created attachment 237377 [details] Patch
Comment on attachment 237377 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=237377&action=review > Source/WebCore/rendering/RenderBlock.cpp:2984 > + minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); It's correct to use fromFloatCeil() even though this is a "min" value?
Comment on attachment 237377 [details] Patch Clearing flags on attachment: 237377 Committed r173134: <http://trac.webkit.org/changeset/173134>
All reviewed patches have been landed. Closing bug.