| Index: Source/core/animation/css/CSSAnimations.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp
|
| index 572a8226144e3f016c20162fb144dab7b39a0b53..d61e2ead83872b80edeb5887497b3dce4c2ab628 100644
|
| --- a/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -203,7 +203,7 @@ const StyleRuleKeyframes* CSSAnimations::matchScopedKeyframesRule(StyleResolver*
|
| if (resolver->styleTreeHasOnlyScopedResolverForDocument())
|
| return element->document().scopedStyleResolver()->keyframeStylesForAnimation(animationName);
|
|
|
| - Vector<ScopedStyleResolver*, 8> stack;
|
| + WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8> stack;
|
| resolver->styleTreeResolveScopedKeyframesRules(element, stack);
|
| if (stack.isEmpty())
|
| return 0;
|
|
|