Index: Source/core/css/StyleRuleKeyframe.h |
diff --git a/Source/core/css/StyleRuleKeyframe.h b/Source/core/css/StyleRuleKeyframe.h |
index 1d95771a9c7b7f373b4854198b38e3ea62740869..b630d9135b8111394c3fe8f7de91e1b5f6ed26ca 100644 |
--- a/Source/core/css/StyleRuleKeyframe.h |
+++ b/Source/core/css/StyleRuleKeyframe.h |
@@ -27,7 +27,7 @@ public: |
// Used by StyleResolver. |
const Vector<double>& keys() const; |
- // Used by BisonCSSParser when constructing a new StyleRuleKeyframe. |
+ // Used by the CSS parser when constructing a new StyleRuleKeyframe. |
void setKeys(PassOwnPtr<Vector<double>>); |
const StylePropertySet& properties() const { return *m_properties; } |