| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index d3eb47cccee2f8eaf29eca3710b0b34e12c29f21..f15a5f794e79e4e592f2e80e88a3b99b8a8e4842 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -340,7 +340,7 @@ private:
|
|
|
| DocumentRuleSets m_ruleSets;
|
|
|
| - typedef HashMap<AtomicStringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
|
| + typedef HashMap<StringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
|
| KeyframesRuleMap m_keyframesRuleMap;
|
|
|
| public:
|
|
|