Index: Source/core/svg/SVGMPathElement.cpp |
diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp |
index 991b428e3a183a6cc698f58d31b51e3c099e19a5..f097065a270246f948bc7e2f62dafd628dd9f6c9 100644 |
--- a/Source/core/svg/SVGMPathElement.cpp |
+++ b/Source/core/svg/SVGMPathElement.cpp |
@@ -44,7 +44,9 @@ PassRefPtr<SVGMPathElement> SVGMPathElement::create(Document& document) |
SVGMPathElement::~SVGMPathElement() |
{ |
+#if !ENABLE(OILPAN) |
clearResourceReferences(); |
+#endif |
} |
void SVGMPathElement::buildPendingResource() |