| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index b8f3ee3f1e266b0470129c91b784261d45141f7e..f2d605ace2f22aa36e96bdc3e6b679f12ab85551 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -47,10 +47,6 @@ public:
|
| // Parses a non-shorthand CSS property
|
| static CSSValue* parseSingleValue(CSSPropertyID, const CSSParserTokenRange&, const CSSParserContext&);
|
|
|
| - // TODO(timloh): This doesn't seem like the right place for these
|
| - static bool isSystemColor(CSSValueID);
|
| - static bool isValidNumericValue(double);
|
| -
|
| private:
|
| CSSPropertyParser(const CSSParserTokenRange&, const CSSParserContext&,
|
| HeapVector<CSSProperty, 256>*);
|
|
|