Index: Source/core/css/resolver/StyleResolver.cpp |
diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp |
index ec6688d88162524e9e6f6488ce1392d5b9fbd124..7eb78633ed6058a6ed2670c3b8c45f6207745425 100644 |
--- a/Source/core/css/resolver/StyleResolver.cpp |
+++ b/Source/core/css/resolver/StyleResolver.cpp |
@@ -93,7 +93,7 @@ void setAnimationUpdateIfNeeded(StyleResolverState& state, Element& element) |
// If any changes to CSS Animations were detected, stash the update away for application after the |
// render object is updated if we're in the appropriate scope. |
if (state.animationUpdate()) |
- element.ensureActiveAnimations()->cssAnimations().setPendingUpdate(state.takeAnimationUpdate()); |
+ element.ensureActiveAnimations().cssAnimations().setPendingUpdate(state.takeAnimationUpdate()); |
} |
} // namespace |