| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp
|
| index 25192b842b5a8a0867c225e697a987297c5e39a2..15ff243e854cd232a7304e614d919cfcb367e294 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp
|
| @@ -12,7 +12,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPIOutlineColor::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| // Allow the special focus color even in HTML Standard parsing mode.
|
| if (range.Peek().Id() == CSSValueWebkitFocusRingColor)
|
| return CSSPropertyParserHelpers::ConsumeIdent(range);
|
|
|