| Index: Source/core/animation/css/CSSAnimations.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp
|
| index 727ece9e6a5c37c1d4508ebf00036e8c300eb6c8..7c1dbcc1d3f59b59f1f5f6b1d4322ea1240fe2c2 100644
|
| --- a/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -81,7 +81,7 @@ static void resolveKeyframes(StyleResolver* resolver, Element* element, const El
|
| if (!keyframesRule)
|
| return;
|
|
|
| - const Vector<RefPtr<StyleKeyframe> >& styleKeyframes = keyframesRule->keyframes();
|
| + const WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> >& styleKeyframes = keyframesRule->keyframes();
|
| if (styleKeyframes.isEmpty())
|
| return;
|
|
|
|
|