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