| Index: Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp
|
| index e6825172a640759bfd41091868c5944b3d78fd7d..fe53aa2212f108c1cb1104f8edd8073c60d2366e 100644
|
| --- a/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/Source/core/svg/SVGMPathElement.cpp
|
| @@ -35,6 +35,12 @@ inline SVGMPathElement::SVGMPathElement(Document& document)
|
| {
|
| }
|
|
|
| +void SVGMPathElement::trace(Visitor* visitor)
|
| +{
|
| + SVGElement::trace(visitor);
|
| + SVGURIReference::trace(visitor);
|
| +}
|
| +
|
| DEFINE_NODE_FACTORY(SVGMPathElement)
|
|
|
| SVGMPathElement::~SVGMPathElement()
|
|
|