| commit | c75de11273c24c2a26738c5298074dac079b1016 | [log] [tgz] |
|---|---|---|
| author | hayato <hayato@chromium.org> | Fri Jul 22 09:12:36 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 22 09:14:06 2016 |
| tree | 0b43bb0595f6969d5a898640a425bdced8a966c9 | |
| parent | bb99d1a5a44c994ac3cbc22fff4b89e266ee6e35 [diff] |
Fix a crash caused by changing dir attribute of a slot element HTMLElement::dirAttributeChaged() calls FlatTreeTraversal::parent(*this) unconditionally. Since Blink does not support "slots in a flat tree", we should return early here for a slot element. BUG=627385 Review-Url: https://codereview.chromium.org/2172133002 Cr-Commit-Position: refs/heads/master@{#407108}