| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp
|
| index 585f6b94c0f41e79b6f5c40100af1d9bb66bc0e2..7f56e1515aaeb63a4ca60a15f50d9687605c6ac7 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp
|
| @@ -10,7 +10,7 @@
|
|
|
| const CSSValue* CSSPropertyAPIColumnCount::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext* context) {
|
| + const CSSParserContext& context) {
|
| return CSSPropertyColumnUtils::consumeColumnCount(range);
|
| }
|
|
|
|
|