| commit | 86d16a615d6e9abf6d991f430b496c26a4271d10 | [log] [tgz] |
|---|---|---|
| author | khart <khart@codeaurora.org> | Fri Jul 08 09:44:13 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 08 09:49:05 2016 |
| tree | 3b20a23211d08034a9a760b4425094f83e3dbc33 | |
| parent | 35c8d1f820bf8d439088da996941207004358ebc [diff] |
Fix getComputedStyle for non-box-layout elements This fixes a crash introduced by https://codereview.chromium.org/1826423003/ Code that treated a layout object as a Box layout were not properly guarded by isBox. This caused a crash when calling getComputedStyle on positioned non-box elements, e.g. <ruby>. R=mstensho@opera.com BUG=610986 Review-Url: https://codereview.chromium.org/2102843002 Cr-Commit-Position: refs/heads/master@{#404336}