| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index d1ecd6bff4c3256eebcab353eed3db585aaea98a..06122d04bf4be209db41bc36479970891994924b 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -107,6 +107,7 @@ public:
|
| bool parseDeclaration(MutableStylePropertySet*, const String&, SourceDataHandler*, StyleSheetContents* contextStyleSheet);
|
| static PassRefPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
|
| PassRefPtr<MediaQuerySet> parseMediaQueryList(const String&);
|
| + PassOwnPtr<Vector<float> > parseKeyframeKeyList(const String&);
|
|
|
| void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
|
| void addProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
|
|
|