RESOLVED FIXED 148505
Update Grid Layout to use fewer magic -1s
https://bugs.webkit.org/show_bug.cgi?id=148505
Summary Update Grid Layout to use fewer magic -1s
Myles C. Maxfield
Reported 2015-08-26 17:48:26 PDT
Update Grid Layout to use fewer magic -1s
Attachments
Patch (6.90 KB, patch)
2015-08-26 17:50 PDT, Myles C. Maxfield
no flags
Patch (6.82 KB, patch)
2015-08-26 23:00 PDT, Myles C. Maxfield
jfernandez: review+
Myles C. Maxfield
Comment 1 2015-08-26 17:50:10 PDT
Myles C. Maxfield
Comment 2 2015-08-26 23:00:52 PDT
Javier Fernandez
Comment 3 2015-08-27 01:10:44 PDT
Comment on attachment 260010 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=260010&action=review > Source/WebCore/rendering/RenderGrid.cpp:1301 > + ASSERT(child.overrideContainingBlockContentLogicalWidth()); Shouldn't we assert child.overrideContainingBlockContentLogicalHeight() as well ?
Myles C. Maxfield
Comment 4 2015-08-27 11:04:01 PDT
Note You need to log in before you can comment on or make changes to this bug.