Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1602)

Unified Diff: Source/core/svg/SVGFEImageElement.cpp

Issue 235113002: Oilpan: Remove guardRef and guardDeref from TreeScope. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698