| 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();
|
| +#endif
|
| }
|
|
|
| void SVGMPathElement::buildPendingResource()
|
|
|