| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp
|
| index 8a9343c26239f1f22b3b9ab908179c1b06cee2d2..5243694732a84d828e517b78416e4eba34348597 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp
|
| @@ -12,7 +12,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPIWebkitTextEmphasisStyle::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| CSSValueID id = range.Peek().Id();
|
| if (id == CSSValueNone)
|
| return CSSPropertyParserHelpers::ConsumeIdent(range);
|
|
|