| commit | 6861fa525cd261302ed9a6f0e4ec420c682d2a8c | [log] [tgz] |
|---|---|---|
| author | dgrogan <dgrogan@chromium.org> | Thu Jul 14 20:36:39 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 20:38:51 2016 |
| tree | 354774d0c42704ea9e4fd2c4f0f201242f7d5656 | |
| parent | 7e921d98243a6aa5a481436ec300f83942e376d0 [diff] |
[css-tables] Don't use internal layout structure when iterating all rows Instead use basic firstChild and nextSibling. This avoids a crash when the internal layout structure is dirty. Add DCHECK to discourage future mistakes. BUG=627839 Review-Url: https://codereview.chromium.org/2146163005 Cr-Commit-Position: refs/heads/master@{#405555}