DescriptionMerge 167817 "Fix crash in which elementData() might be null."
> Fix crash in which elementData() might be null.
>
> The issue is that an SVG animation may animate the class attribute. SVG tracks attributes, including class, internally. But it still needs to track style recalc dependencies on class, so it hooks into the class change machinery in Element. In order to do so, however, elementData() mus be non-null, which requires calling invalidateSVGElement() while mutating class in the SVG code.
>
> BUG=345178
>
> Review URL: https://codereview.chromium.org/174293005
TBR=chrishtr@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168043
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|