diff options
author | jchaffraix <jchaffraix@chromium.org> | 2015-11-13 12:12:25 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-13 20:13:14 +0000 |
commit | ca1054043bbb319a687bf7214c8d206de53a07c1 (patch) | |
tree | b0d55f31d3ac24e06c3d1e6ddd2c7b2cc294b89d /chromeos/network/shill_property_handler.cc | |
parent | cf8083de31a1ac74cccb382fda2adab81b1b6523 (diff) | |
download | chromium_src-ca1054043bbb319a687bf7214c8d206de53a07c1.zip chromium_src-ca1054043bbb319a687bf7214c8d206de53a07c1.tar.gz chromium_src-ca1054043bbb319a687bf7214c8d206de53a07c1.tar.bz2 |
ASSERTION FAILED: !m_overflow
InlineFlowBox doesn't expect m_overflow if knownToHaveNoOverflow is
set. Unfortunately LayoutListItem was bypassing the normal overflow
computation and setting m_overflow without knowledge of InlineFlowBox,
yielding to an ASSERT triggering.
This change refactors the API to prevent manipulations of m_overflow
without the knowledge of InlineFlowBox, fixing the ASSERT. However it
is not the right long term fix. LayoutListItem should be fixed to not
do that as it seems very wrong (https://crbug.com/554160).
BUG=546792
Review URL: https://codereview.chromium.org/1415493008
Cr-Commit-Position: refs/heads/master@{#359601}
Diffstat (limited to 'chromeos/network/shill_property_handler.cc')
0 files changed, 0 insertions, 0 deletions