| Index: third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.cpp b/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.cpp
|
| index b01628426d8fad8656057df485c1120b1d203cd5..87cb410b8b32c091dff96d23ed6a36b19ff1e36a 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.cpp
|
| @@ -54,10 +54,4 @@ double CSSTokenizerInputStream::getDouble(unsigned start, unsigned end) const
|
| return isResultOK ? result : 0.0;
|
| }
|
|
|
| -StringView CSSTokenizerInputStream::rangeAt(unsigned start, unsigned length) const
|
| -{
|
| - DCHECK(start + length <= m_stringLength);
|
| - return StringView(m_string.get(), start, length);
|
| -}
|
| -
|
| } // namespace blink
|
|
|