| Index: Source/core/css/StyleRuleImport.cpp
|
| diff --git a/Source/core/css/StyleRuleImport.cpp b/Source/core/css/StyleRuleImport.cpp
|
| index efee9ffc5d8deed8e04628d065083c336e8cb273..2b9972d2c8dd0c4788a7d0479647b7949ebc8685 100644
|
| --- a/Source/core/css/StyleRuleImport.cpp
|
| +++ b/Source/core/css/StyleRuleImport.cpp
|
| @@ -51,8 +51,10 @@ StyleRuleImport::StyleRuleImport(const String& href, PassRefPtr<MediaQuerySet> m
|
|
|
| StyleRuleImport::~StyleRuleImport()
|
| {
|
| +#if !ENABLE(OILPAN)
|
| if (m_styleSheet)
|
| m_styleSheet->clearOwnerRule();
|
| +#endif
|
| if (m_resource)
|
| m_resource->removeClient(&m_styleSheetClient);
|
| }
|
|
|