| Index: Source/core/animation/css/CSSAnimations.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp
|
| index c3644ca2780aaecc01169572c8d5fa8a6e96c92b..37830c726d4a959ede102fb9fc9e0857cad9a133 100644
|
| --- a/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -525,7 +525,7 @@ void CSSAnimations::calculateTransitionUpdate(CSSAnimationUpdate* update, const
|
|
|
| BitArray<numCSSProperties> listedProperties;
|
| bool anyTransitionHadTransitionAll = false;
|
| - const LayoutObject* renderer = animatingElement->renderer();
|
| + const LayoutObject* renderer = animatingElement->layoutObject();
|
| if (!animationStyleRecalc && style.display() != NONE && renderer && renderer->style() && transitionData) {
|
| const LayoutStyle& oldStyle = *renderer->style();
|
|
|
|
|