| Index: Source/core/css/resolver/ScopedStyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/ScopedStyleResolver.cpp b/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| index 1d3d773cb09ec51edc24a62847ab0ab949c0fd58..6a1b9f1e0eb1dc4ae2caf35088972951c75fd9d0 100644
|
| --- a/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| +++ b/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| @@ -305,7 +305,7 @@ bool ScopedStyleResolver::checkRegionStyle(Element* regionElement)
|
| return false;
|
| }
|
|
|
| -const StyleRuleKeyframes* ScopedStyleResolver::keyframeStylesForAnimation(const AtomicStringImpl* animationName)
|
| +const StyleRuleKeyframes* ScopedStyleResolver::keyframeStylesForAnimation(const StringImpl* animationName)
|
| {
|
| if (m_keyframesRuleMap.isEmpty())
|
| return 0;
|
|
|