Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

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

Issue 646893003: CSS Tokenizer: Comprehensive unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/parser/CSSParserToken.h
diff --git a/Source/core/css/parser/CSSParserToken.h b/Source/core/css/parser/CSSParserToken.h
index 1243d6a4db7a0291ac36e384fb5c77e0c6c3687a..9c46387fafe9f32290a1d819d6b54df53cb9b211 100644
--- a/Source/core/css/parser/CSSParserToken.h
+++ b/Source/core/css/parser/CSSParserToken.h
@@ -60,7 +60,6 @@ public:
CSSParserTokenType type() const { return m_type; }
String value() const { return m_value; }
- String textForUnitTests() const;
UChar delimiter() const;
NumericValueType numericValueType() const;
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParserToken.cpp » ('j') | Source/core/css/parser/CSSTokenizerTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698