| 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 8fe212e660123ab9ce4c171eae4dc7cf70d8d86b..6158842ce9c04970f1eea60e5944d89f64447a6d 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserToken.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserToken.h
|
| @@ -96,8 +96,6 @@ public:
|
| {
|
| return StringView(m_valueDataCharRaw, m_valueLength, m_valueIs8Bit);
|
| }
|
| - // TODO(esprehn): Remove this method, callers should just use equalIgnoringASCIICase directly.
|
| - bool valueEqualsIgnoringASCIICase(StringView match) const { return equalIgnoringASCIICase(value(), match); }
|
|
|
| UChar delimiter() const;
|
| NumericSign numericSign() const;
|
|
|