| Index: Source/core/svg/SVGPathSegList.cpp
|
| diff --git a/Source/core/svg/SVGPathSegList.cpp b/Source/core/svg/SVGPathSegList.cpp
|
| index 3c8de9159080290b0211fd5c0d8aa5a01fb481ed..1a84163aa7cbd02996250098211354747b7d2c21 100644
|
| --- a/Source/core/svg/SVGPathSegList.cpp
|
| +++ b/Source/core/svg/SVGPathSegList.cpp
|
| @@ -56,7 +56,7 @@ SVGPathSegList::~SVGPathSegList()
|
| {
|
| }
|
|
|
| -void SVGPathSegList::trace(Visitor* visitor)
|
| +DEFINE_TRACE(SVGPathSegList)
|
| {
|
| visitor->trace(m_contextElement);
|
| SVGListPropertyHelper<SVGPathSegList, SVGPathSeg>::trace(visitor);
|
|
|