commit | 0ab573d311cd7a4a72b86ee8d47a7b70b358432b | [log] [tgz] |
---|---|---|
author | mstensho <mstensho@opera.com> | Thu Apr 06 13:17:20 2017 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 06 13:17:20 2017 |
tree | 5d4c3e51fb11051c470869423e56353694c3d46a | |
parent | dc48af3732f96f60c30396ed10b158314bc0b8c9 [diff] |
Remove DCHECK in column balancer that failed because of flexbox bugs. This DCHECK was useful (detects broken layout, but nothing more dangerous than that). However, as long as we don't paginate flex items at their final block position (see bug 606350), we cannot assert like this, because it's going to fail under certain circumstances. BUG=685047 Review-Url: https://codereview.chromium.org/2797313003 Cr-Commit-Position: refs/heads/master@{#462447}