Index: Source/core/svg/SVGFEImageElement.cpp |
diff --git a/Source/core/svg/SVGFEImageElement.cpp b/Source/core/svg/SVGFEImageElement.cpp |
index 938f093b5222a778e5a6011823edcc7bc652be07..1afd7ed03dac5d16cdcf3e04087fd27fb841c0cf 100644 |
--- a/Source/core/svg/SVGFEImageElement.cpp |
+++ b/Source/core/svg/SVGFEImageElement.cpp |
@@ -50,7 +50,9 @@ PassRefPtr<SVGFEImageElement> SVGFEImageElement::create(Document& document) |
SVGFEImageElement::~SVGFEImageElement() |
{ |
+#if !ENABLE(OILPAN) |
clearResourceReferences(); |
haraken
2014/04/25 05:21:42
I'm not quite sure if we can completely skip clear
Mads Ager (chromium)
2014/04/25 10:58:25
Yeah, I missed the fact that there was other code
|
+#endif |
} |
bool SVGFEImageElement::currentFrameHasSingleSecurityOrigin() const |