Chromium Code Reviews| Index: Source/core/svg/SVGPathElement.cpp |
| diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp |
| index 270efb958934b6cc21643952b29b0c511bd5d0d6..5c9f96d9fc4a05617707c53ee01bdf18208e0c14 100644 |
| --- a/Source/core/svg/SVGPathElement.cpp |
| +++ b/Source/core/svg/SVGPathElement.cpp |
| @@ -250,6 +250,7 @@ void SVGPathElement::removedFrom(ContainerNode* rootParent) |
| void SVGPathElement::pathSegListChanged(ListModification listModification) |
| { |
| + SVGElement::InvalidationGuard invalidationGuard(this); |
|
fs
2015/05/13 12:35:21
Move this down a bit. (After invalidateSVGAttribut
Shanmuga Pandi
2015/05/13 13:00:40
Done.
|
| m_pathSegList->baseValue()->clearByteStream(); |
| invalidateSVGAttributes(); |