| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index 4f35673a6ca164fd8fd13281334f032b0b654a32..74cc70898028a8c7970a0c50070acbe02d9ffdb4 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -201,7 +201,6 @@ private:
|
|
|
| bool consumeBorderSpacing(bool important);
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseCounter(int defaultValue);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseCounterContent(CSSParserValueList* args, bool counters);
|
|
|
| bool parseColorParameters(const CSSParserValue*, int* colorValues, bool parseAlpha);
|
|
|