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 7d57671e029ac5a0eab11c155450cabeaf846a01..8fe212e660123ab9ce4c171eae4dc7cf70d8d86b 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserToken.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserToken.h |
@@ -119,6 +119,9 @@ public: |
CSSParserToken copyWithUpdatedString(const StringView&) const; |
+ static bool isValidNumericValue(double); |
+ bool isValidNumericValue() const; |
+ |
private: |
void initValueFromStringView(StringView string) |
{ |