| Index: Source/core/css/StyleRuleKeyframe.h
|
| diff --git a/Source/core/css/StyleRuleKeyframe.h b/Source/core/css/StyleRuleKeyframe.h
|
| index bab2481ed55708907c555ef5933c042adf25043a..8783a7f815e1e4602503efa3f342c870a8acad94 100644
|
| --- a/Source/core/css/StyleRuleKeyframe.h
|
| +++ b/Source/core/css/StyleRuleKeyframe.h
|
| @@ -28,7 +28,7 @@ public:
|
| // Used by StyleResolver.
|
| const Vector<double>& keys() const;
|
| // Used by BisonCSSParser when constructing a new StyleRuleKeyframe.
|
| - void setKeys(PassOwnPtr<Vector<double> >);
|
| + void setKeys(PassOwnPtr<Vector<double>>);
|
|
|
| const StylePropertySet& properties() const { return *m_properties; }
|
| MutableStylePropertySet& mutableProperties();
|
| @@ -38,7 +38,7 @@ public:
|
|
|
| DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| - static PassOwnPtr<Vector<double> > createKeyList(CSSParserValueList*);
|
| + static PassOwnPtr<Vector<double>> createKeyList(CSSParserValueList*);
|
|
|
| private:
|
| StyleRuleKeyframe();
|
|
|