| 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);
|
| +#endif
|
| }
|
|
|
| PassRefPtr<SVGStyleElement> SVGStyleElement::create(Document& document, bool createdByParser)
|
|
|