| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 7e2e9abcc03bf06c97564b71913199e3a4b438ca..9d667ea96f7015c515d7aaaae8d20d42ffe860ce 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -197,7 +197,6 @@ private:
|
|
|
| bool parseSVGValue(CSSPropertyID propId, bool important);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseSVGPaint();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseSVGColor();
|
| PassRefPtrWillBeRawPtr<CSSValue> parseSVGStrokeDasharray();
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parsePaintOrder() const;
|
|
|