| 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 774a41e5adb7b8fffad03ff03a5f28835d47f34e..a642fd968fe3873c25a2ec191a82c94211c04ab5 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -199,7 +199,6 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSValueList> consumeFontFaceSrc();
|
|
|
| bool parseSVGValue(CSSPropertyID propId, bool important);
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseSVGStrokeDasharray();
|
|
|
| // CSS3 Parsing Routines (for properties specific to CSS3)
|
| bool parseBorderImageShorthand(CSSPropertyID, bool important);
|
|
|