DescriptionFix 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
Committed: https://crrev.com/c75de11273c24c2a26738c5298074dac079b1016
Cr-Commit-Position: refs/heads/master@{#407108}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 14 (8 generated)
|