RESOLVED FIXED156376
[css-grid] Remove unnecessary iteration in populateGridPositions loop
https://bugs.webkit.org/show_bug.cgi?id=156376
Summary [css-grid] Remove unnecessary iteration in populateGridPositions loop
Javier Fernandez
Reported 2016-04-07 16:31:26 PDT
The loop implemented in the populateGridPositions has an incorrect limit and the last operation is overwritten in the next line of code after the loop. Even that it does o cause a bug, it makes no sense and needs to be changed.
Attachments
Patch (3.32 KB, patch)
2016-04-07 16:36 PDT, Javier Fernandez
no flags
Javier Fernandez
Comment 1 2016-04-07 16:36:47 PDT
WebKit Commit Bot
Comment 2 2016-04-08 01:01:05 PDT
Comment on attachment 275955 [details] Patch Clearing flags on attachment: 275955 Committed r199222: <http://trac.webkit.org/changeset/199222>
WebKit Commit Bot
Comment 3 2016-04-08 01:01:09 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.