Index: Source/core/svg/SVGMPathElement.cpp |
diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp |
index 56e0f42153afbad8065837ba8a745446556672e1..6161b488ccfbfb8c0d059786eefdd69b5635fe35 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); |
} |
DEFINE_TRACE(SVGMPathElement) |