| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 875491e4b7608bd1f492539aaef652be9c11891f..5c23c3a39cb53de9496d51d1ec1d2fed2f452cb4 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -193,7 +193,6 @@ private:
|
| bool parseFontFaceUnicodeRange();
|
|
|
| bool parseSVGValue(CSSPropertyID propId, bool important);
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseSVGPaint();
|
| PassRefPtrWillBeRawPtr<CSSValue> parseSVGStrokeDasharray();
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parsePaintOrder() const;
|
|
|