Index: Source/core/svg/SVGPathElement.cpp |
diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp |
index 82af73a0123c0f7f2cd242a1667b58235acf13f6..23c1efcfe99dc4fe6e76e30954d5307c8f6eff8b 100644 |
--- a/Source/core/svg/SVGPathElement.cpp |
+++ b/Source/core/svg/SVGPathElement.cpp |
@@ -327,7 +327,7 @@ void SVGPathElement::synchronizeD(SVGElement* contextElement) |
SVGPathElement* ownerType = toSVGPathElement(contextElement); |
if (!ownerType->m_pathSegList.shouldSynchronize) |
return; |
- ownerType->m_pathSegList.synchronize(ownerType, dPropertyInfo()->attributeName, ownerType->m_pathSegList.value.valueAsString()); |
+ ownerType->m_pathSegList.synchronize(ownerType, dPropertyInfo()->attributeName, AtomicString(ownerType->m_pathSegList.value.valueAsString())); |
} |
SVGPathSegListPropertyTearOff* SVGPathElement::pathSegList() |