| Index: Source/core/svg/SVGParserUtilities.h
|
| diff --git a/Source/core/svg/SVGParserUtilities.h b/Source/core/svg/SVGParserUtilities.h
|
| index 071add9d76da662e30b6ff5ca7d1dfcb5d3248ea..8aaefbfc6c8d9e8e32e846432fc5ef2f7ee5ed48 100644
|
| --- a/Source/core/svg/SVGParserUtilities.h
|
| +++ b/Source/core/svg/SVGParserUtilities.h
|
| @@ -41,8 +41,6 @@ enum WhitespaceMode {
|
| AllowLeadingAndTrailingWhitespace = AllowLeadingWhitespace | AllowTrailingWhitespace
|
| };
|
|
|
| -template <typename CharType>
|
| -bool parseSVGNumber(CharType* ptr, size_t length, double& number);
|
| bool parseNumber(const LChar*& ptr, const LChar* end, float& number, WhitespaceMode = AllowLeadingAndTrailingWhitespace);
|
| bool parseNumber(const UChar*& ptr, const UChar* end, float& number, WhitespaceMode = AllowLeadingAndTrailingWhitespace);
|
| bool parseNumberOptionalNumber(const String& s, float& h, float& v);
|
|
|