Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserToken.h

Issue 2115923002: Improve numeric value handling in CSS Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V2 Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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)
{

Powered by Google App Engine