Index: trunk/Source/core/dom/Element.cpp |
=================================================================== |
--- trunk/Source/core/dom/Element.cpp (revision 151673) |
+++ trunk/Source/core/dom/Element.cpp (working copy) |
@@ -1464,10 +1464,9 @@ |
if (shouldRecalcStyle(change, this)) |
updatePseudoElement(AFTER, change); |
- setAttached(); |
clearNeedsStyleRecalc(); |
clearChildNeedsStyleRecalc(); |
- |
+ |
if (hasCustomStyleCallbacks()) |
didRecalcStyle(change); |
InspectorInstrumentation::didRecalculateStyleForElement(this); |