| Index: Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp
|
| index fe53aa2212f108c1cb1104f8edd8073c60d2366e..cd2d017e117276441db0ddfc3c10448964a9c1ed 100644
|
| --- a/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/Source/core/svg/SVGMPathElement.cpp
|
| @@ -31,8 +31,8 @@ namespace blink {
|
|
|
| inline SVGMPathElement::SVGMPathElement(Document& document)
|
| : SVGElement(SVGNames::mpathTag, document)
|
| - , SVGURIReference(this)
|
| {
|
| + SVGURIReference::initialize(this);
|
| }
|
|
|
| void SVGMPathElement::trace(Visitor* visitor)
|
|
|