| Index: Source/core/svg/SVGPolyElement.cpp
|
| diff --git a/Source/core/svg/SVGPolyElement.cpp b/Source/core/svg/SVGPolyElement.cpp
|
| index 8f984b9be0f11537dd31f48a8fc0c4ad654cd87c..9e9990e4ed72e6dac3d9da4f7989569971735a4c 100644
|
| --- a/Source/core/svg/SVGPolyElement.cpp
|
| +++ b/Source/core/svg/SVGPolyElement.cpp
|
| @@ -139,7 +139,7 @@ void SVGPolyElement::synchronizePoints(SVGElement* contextElement)
|
| SVGPolyElement* ownerType = toSVGPolyElement(contextElement);
|
| if (!ownerType->m_points.shouldSynchronize)
|
| return;
|
| - ownerType->m_points.synchronize(ownerType, pointsPropertyInfo()->attributeName, ownerType->m_points.value.valueAsString());
|
| + ownerType->m_points.synchronize(ownerType, pointsPropertyInfo()->attributeName, AtomicString(ownerType->m_points.value.valueAsString()));
|
| }
|
|
|
| PassRefPtr<SVGAnimatedProperty> SVGPolyElement::lookupOrCreatePointsWrapper(SVGElement* contextElement)
|
|
|