| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
|
| index 03ac35001b095609da399132b2e9847663f09096..cb2686d35e98bfc0c8c72f70bce69988051a5516 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
|
| @@ -74,7 +74,8 @@ CSSValue* ConsumeCounterContent(CSSParserTokenRange args, bool counters) {
|
|
|
| const CSSValue* CSSPropertyAPIContent::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| if (CSSPropertyParserHelpers::IdentMatches<CSSValueNone, CSSValueNormal>(
|
| range.Peek().Id()))
|
| return CSSPropertyParserHelpers::ConsumeIdent(range);
|
|
|