Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index e5d02e214565b7a4ee7a6111baaf595f74fcb4f6..fc45f82ce7d0a98d8d43d2ab25210a8867521696 100644 |
--- a/Source/core/dom/Element.cpp |
+++ b/Source/core/dom/Element.cpp |
@@ -1387,6 +1387,7 @@ void Element::detach(const AttachContext& context) |
activeAnimations->cssAnimations().cancel(); |
activeAnimations->setAnimationStyleChange(false); |
} |
+ activeAnimations->clearBaseRenderStyle(); |
} |
if (ElementShadow* shadow = data->shadow()) |