| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitLineClamp.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitLineClamp.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitLineClamp.cpp
|
| index 982854e48a898928cadc5f08d1742963357bb88b..122bd6fdd77746be54d35ccd529920e80990bccf 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitLineClamp.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitLineClamp.cpp
|
| @@ -10,7 +10,7 @@
|
|
|
| const CSSValue* CSSPropertyAPIWebkitLineClamp::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext* context) {
|
| + const CSSParserContext& context) {
|
| if (range.peek().type() != PercentageToken &&
|
| range.peek().type() != NumberToken)
|
| return nullptr;
|
|
|