| Index: Source/core/dom/StyleElement.cpp
|
| diff --git a/Source/core/dom/StyleElement.cpp b/Source/core/dom/StyleElement.cpp
|
| index cbe3765c7c735307a928c59e76aa5ba6a703413b..9ec414acd58ada1c57ebc400a4f938af1e5f56ae 100644
|
| --- a/Source/core/dom/StyleElement.cpp
|
| +++ b/Source/core/dom/StyleElement.cpp
|
| @@ -52,8 +52,10 @@ StyleElement::StyleElement(Document* document, bool createdByParser)
|
|
|
| StyleElement::~StyleElement()
|
| {
|
| +#if !ENABLE(OILPAN)
|
| if (m_sheet)
|
| clearSheet();
|
| +#endif
|
| }
|
|
|
| void StyleElement::processStyleSheet(Document& document, Element* element)
|
|
|