| 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 3d57a64e6168b217ae0790433b5e5c47f0e5eae4..b8f3ee3f1e266b0470129c91b784261d45141f7e 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -49,7 +49,6 @@ public:
|
|
|
| // TODO(timloh): This doesn't seem like the right place for these
|
| static bool isSystemColor(CSSValueID);
|
| - static bool isColorKeyword(CSSValueID);
|
| static bool isValidNumericValue(double);
|
|
|
| private:
|
|
|