| Index: Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
|
| index 20dc97f347f486b1938243d03aa20841ca337a7e..4adccec5c54896cc3d473bc43df7c272289b8b62 100644
|
| --- a/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -692,7 +692,7 @@ PassRefPtr<RenderStyle> StyleResolver::styleForKeyframe(Element* e, const Render
|
| return state.takeStyle();
|
| }
|
|
|
| -const StyleRuleKeyframes* StyleResolver::matchScopedKeyframesRule(Element* e, const AtomicStringImpl* animationName)
|
| +const StyleRuleKeyframes* StyleResolver::matchScopedKeyframesRule(Element* e, const StringImpl* animationName)
|
| {
|
| if (m_styleTree.hasOnlyScopedResolverForDocument())
|
| return m_styleTree.scopedStyleResolverForDocument()->keyframeStylesForAnimation(animationName);
|
|
|