| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index d6fa5c1062830b0f6e856870154fbc20309c93eb..6fba51276ecf1b1610b5a8a93da11e1a6f79065a 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -175,10 +175,12 @@ Element::~Element()
|
| if (hasSyntheticAttrChildNodes())
|
| detachAllAttrNodesFromElement();
|
|
|
| +#if !ENABLE(OILPAN)
|
| if (hasPendingResources()) {
|
| document().accessSVGExtensions().removeElementFromPendingResources(this);
|
| ASSERT(!hasPendingResources());
|
| }
|
| +#endif
|
| }
|
|
|
| inline ElementRareData* Element::elementRareData() const
|
|
|