| Index: third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.cpp
|
| index 71fc64720d0a702419ab5bca0e516b5557a823be..37d27f329d652ef3d33415f9de6031985b5d39fc 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.cpp
|
| @@ -129,7 +129,7 @@ void KeyframeEffectReadOnly::specifiedTimingChanged() {
|
| }
|
| }
|
|
|
| -static AnimationStack& ensureAnimationStack(Element* element) {
|
| +static EffectStack& ensureAnimationStack(Element* element) {
|
| return element->ensureElementAnimations().animationStack();
|
| }
|
|
|
|
|