Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index bceb1cec98c00f0e05e02fcd1e529a179de2f075..6fda57079b921222b9414a5b413edf4afd405399 100644 |
--- a/Source/core/dom/Element.cpp |
+++ b/Source/core/dom/Element.cpp |
@@ -171,12 +171,10 @@ Element::~Element() |
#if !ENABLE(OILPAN) |
if (hasRareData()) |
elementRareData()->clearShadow(); |
-#endif |
if (isCustomElement()) |
CustomElement::wasDestroyed(this); |
-#if !ENABLE(OILPAN) |
if (hasSyntheticAttrChildNodes()) |
detachAllAttrNodesFromElement(); |