| Index: trunk/Source/core/css/resolver/StyleResolver.h
|
| ===================================================================
|
| --- trunk/Source/core/css/resolver/StyleResolver.h (revision 153372)
|
| +++ trunk/Source/core/css/resolver/StyleResolver.h (working copy)
|
| @@ -339,7 +339,7 @@
|
|
|
| DocumentRuleSets m_ruleSets;
|
|
|
| - typedef HashMap<StringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
|
| + typedef HashMap<AtomicStringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
|
| KeyframesRuleMap m_keyframesRuleMap;
|
|
|
| public:
|
|
|