| Index: third_party/WebKit/Source/core/css/parser/CSSParserToken.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserToken.h b/third_party/WebKit/Source/core/css/parser/CSSParserToken.h
|
| index fa882366884c93d2a788ee3134532755dc12f8e4..017d0d9bd3c7d15dfa8dab710f34cc814ec112ca 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserToken.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserToken.h
|
| @@ -119,9 +119,6 @@ public:
|
|
|
| CSSParserToken copyWithUpdatedString(const StringView&) const;
|
|
|
| - static bool isValidNumericValue(double);
|
| - bool isValidNumericValue() const;
|
| -
|
| private:
|
| void initValueFromStringView(StringView string)
|
| {
|
|
|