| Index: Source/core/css/CSSKeyframesRule.h | 
| diff --git a/Source/core/css/CSSKeyframesRule.h b/Source/core/css/CSSKeyframesRule.h | 
| index be707cc713224bf57839cf84e570f6a1fe1d398a..f5b01e842128d310565bd321f764af3f64732c91 100644 | 
| --- a/Source/core/css/CSSKeyframesRule.h | 
| +++ b/Source/core/css/CSSKeyframesRule.h | 
| @@ -94,7 +94,7 @@ public: | 
|  | 
| CSSRuleList* cssRules(); | 
|  | 
| -    void insertRule(const String& rule); | 
| +    void appendRule(const String& rule); | 
| void deleteRule(const String& key); | 
| CSSKeyframeRule* findRule(const String& key); | 
|  | 
|  |