| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextDecorationColor.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextDecorationColor.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextDecorationColor.cpp
|
| index 9deaf2d49a802f655fc552edec4630f391c316d3..879c7ff38eccf4c8f7d582bc28f0a6edc61ad714 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextDecorationColor.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextDecorationColor.cpp
|
| @@ -12,7 +12,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPITextDecorationColor::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| DCHECK(RuntimeEnabledFeatures::css3TextDecorationsEnabled());
|
| return CSSPropertyParserHelpers::ConsumeColor(range, context.Mode());
|
| }
|
|
|