[css-grid] Remove unneeded lines in offsetAndBreadthForPositionedChild()
Created attachment 274744 [details] Patch
Comment on attachment 274744 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=274744&action=review > Source/WebCore/rendering/RenderGrid.cpp:1520 > + LayoutUnit start = startIsAuto ? LayoutUnit() : isRowAxis ? m_columnPositions[startLine] : m_rowPositions[startLine]; Mind adding parens here too. Otherwise it's very difficult to read.
Created attachment 275020 [details] Patch for landing
Thanks for the review. (In reply to comment #2) > Comment on attachment 274744 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=274744&action=review > > > Source/WebCore/rendering/RenderGrid.cpp:1520 > > + LayoutUnit start = startIsAuto ? LayoutUnit() : isRowAxis ? m_columnPositions[startLine] : m_rowPositions[startLine]; > > Mind adding parens here too. Otherwise it's very difficult to read. Done.
Comment on attachment 275020 [details] Patch for landing Clearing flags on attachment: 275020 Committed r198732: <http://trac.webkit.org/changeset/198732>
All reviewed patches have been landed. Closing bug.