| Index: Source/core/svg/SVGParserUtilities.h
|
| diff --git a/Source/core/svg/SVGParserUtilities.h b/Source/core/svg/SVGParserUtilities.h
|
| index 2946cf15cb799bb51e98c20ef4e02cd3b39b5649..ef48605d273cf0e69679cf30b23057ab226da1a5 100644
|
| --- a/Source/core/svg/SVGParserUtilities.h
|
| +++ b/Source/core/svg/SVGParserUtilities.h
|
| @@ -44,7 +44,6 @@ bool parseNumberFromString(const String&, float& number, bool skip = true);
|
| bool parseNumberOptionalNumber(const String& s, float& h, float& v);
|
| bool parseArcFlag(const LChar*& ptr, const LChar* end, bool& flag);
|
| bool parseArcFlag(const UChar*& ptr, const UChar* end, bool& flag);
|
| -bool parseRect(const String&, FloatRect&);
|
|
|
| template <typename CharType>
|
| bool parseFloatPoint(const CharType*& current, const CharType* end, FloatPoint&);
|
|
|