Index: Source/core/svg/SVGStyleElement.cpp |
diff --git a/Source/core/svg/SVGStyleElement.cpp b/Source/core/svg/SVGStyleElement.cpp |
index f0815b4daebb845b34eabee9ca4cf663e7739bf2..12c5a20dd93d2415aa562844da6d71207c668c86 100644 |
--- a/Source/core/svg/SVGStyleElement.cpp |
+++ b/Source/core/svg/SVGStyleElement.cpp |
@@ -38,7 +38,9 @@ inline SVGStyleElement::SVGStyleElement(Document& document, bool createdByParser |
SVGStyleElement::~SVGStyleElement() |
{ |
+#if !ENABLE(OILPAN) |
StyleElement::clearDocumentData(document(), this); |
haraken
2014/04/25 14:30:32
I think we still need to call m_sheet->clearOwnerN
Mads Ager (chromium)
2014/04/28 09:45:21
Yes, done. Added comment that the style sheet owne
|
+#endif |
} |
PassRefPtr<SVGStyleElement> SVGStyleElement::create(Document& document, bool createdByParser) |