| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index ce4532832fc3acdcaa797dc26bd8cdee2fc5e76f..4f764cb07cf479bcf83a982dd932c8621ffa10eb 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -310,7 +310,7 @@ public:
|
| MediaQuerySet* createMediaQuerySet();
|
| StyleRuleBase* createImportRule(const CSSParserString&, MediaQuerySet*);
|
| StyleKeyframe* createKeyframe(CSSParserValueList*);
|
| - StyleRuleKeyframes* createKeyframesRule(const String&, PassOwnPtr<Vector<RefPtr<StyleKeyframe> > >);
|
| + StyleRuleKeyframes* createKeyframesRule(const String&, PassOwnPtr<Vector<RefPtr<StyleKeyframe> > >, bool isPrefixed);
|
|
|
| typedef Vector<RefPtr<StyleRuleBase> > RuleList;
|
| StyleRuleBase* createMediaRule(MediaQuerySet*, RuleList*);
|
|
|