| Index: Source/core/css/CSSKeyframeRule.h
|
| diff --git a/Source/core/css/CSSKeyframeRule.h b/Source/core/css/CSSKeyframeRule.h
|
| index 594314808f9ab962ba624bb1bf4f8646d0a0adf7..5e7fbee381149fa1f96c7078a7b5a06d258726ea 100644
|
| --- a/Source/core/css/CSSKeyframeRule.h
|
| +++ b/Source/core/css/CSSKeyframeRule.h
|
| @@ -52,7 +52,7 @@ public:
|
|
|
| // Used by StyleResolver.
|
| const Vector<double>& keys() const;
|
| - // Used by CSSParser when constructing a new StyleKeyframe.
|
| + // Used by BisonCSSParser when constructing a new StyleKeyframe.
|
| void setKeys(PassOwnPtr<Vector<double> >);
|
|
|
| const StylePropertySet* properties() const { return m_properties.get(); }
|
|
|