| 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 771fbc73418e730efd03369d1cecab26295c71c0..8366577a3112635700416783ee46631279ce60dd 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp
|
| @@ -12,7 +12,7 @@
|
|
|
| const CSSValue* CSSPropertyAPIWebkitTextEmphasisStyle::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| CSSValueID id = range.peek().id();
|
| if (id == CSSValueNone)
|
| return CSSPropertyParserHelpers::consumeIdent(range);
|
|
|