| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index e484489e0c698bd48ee652ea723312015fa6af7f..c9e16494add599936f3d943bf7109edee00e6b33 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -74,10 +74,6 @@ public:
|
| CSSParserValueList*, const CSSParserContext&,
|
| WillBeHeapVector<CSSProperty, 256>&, StyleRule::Type);
|
|
|
| - // FIXME: This should probably move to CSSParserFastPaths
|
| - template<typename StringType>
|
| - static bool fastParseColor(RGBA32&, const StringType&, bool strict);
|
| -
|
| static bool isSystemColor(int id);
|
|
|
| private:
|
|
|