Chromium Code Reviews| Index: Source/core/svg/SVGPathSegList.cpp |
| diff --git a/Source/core/svg/SVGPathSegList.cpp b/Source/core/svg/SVGPathSegList.cpp |
| index e10e1fa9236691e1655b2916c7387aa4a0b7173a..a0d85b7d3f34f225f0ea120ce72b6d101c1d0e13 100644 |
| --- a/Source/core/svg/SVGPathSegList.cpp |
| +++ b/Source/core/svg/SVGPathSegList.cpp |
| @@ -41,7 +41,7 @@ void SVGPathSegList::commitChange(SVGElement* contextElement, ListModification l |
| { |
| ASSERT(contextElement); |
| ASSERT(contextElement->hasTagName(SVGNames::pathTag)); |
|
tkent
2013/07/21 20:50:30
Ditto.
|
| - static_cast<SVGPathElement*>(contextElement)->pathSegListChanged(m_role, listModification); |
| + toSVGPathElement(contextElement)->pathSegListChanged(m_role, listModification); |
| } |
| } |