Index: Source/core/svg/SVGMPathElement.cpp |
diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp |
index 89b02dbea41b2f94ea57286ff38391516948462b..c7d969e12191ac77482418944c6fcdb8ffa8876e 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(); |
haraken
2014/04/25 05:21:42
Ditto.
Mads Ager (chromium)
2014/04/25 10:58:25
This one is fine. clearResourceReferences just doe
|
+#endif |
} |
void SVGMPathElement::buildPendingResource() |