| commit | e7f2bcf1c9f2c9f7d998328cc47face9b75cca1e | [log] [tgz] |
|---|---|---|
| author | joone.hur <joone.hur@intel.com> | Fri Jul 15 09:43:59 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 09:45:52 2016 |
| tree | 5a0771f3602f8aad9ff4cea1ffa6f4e769928478 | |
| parent | 7c274b8ee745392641ec29dcb253f18e0beb6238 [diff] |
Add null check to fix crash in blink::ComputedStyle::display These is a case that node->computedStyle() returns null so it needs to check whether computedStyle() returns null or not. BUG=626991 TEST=editing/execCommand/crash-inserting-span.html Review-Url: https://codereview.chromium.org/2135993003 Cr-Commit-Position: refs/heads/master@{#405733}