DescriptionUse toSVGPathElement() instead of static_cast<>
Though there is toSVGPathElement(), some files still use static_cast<SVGPathElement*>.
To remove all static_cast<> use, we need to change argument from SVGElement to Element.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154621
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 6 (0 generated)
|