| Index: Source/core/svg/SVGParserUtilities.h
|
| diff --git a/Source/core/svg/SVGParserUtilities.h b/Source/core/svg/SVGParserUtilities.h
|
| index 8aaefbfc6c8d9e8e32e846432fc5ef2f7ee5ed48..3cee63b40ac11e837eefd2e3c251b15e44503036 100644
|
| --- a/Source/core/svg/SVGParserUtilities.h
|
| +++ b/Source/core/svg/SVGParserUtilities.h
|
| @@ -77,12 +77,6 @@ inline bool skipOptionalSVGSpacesOrDelimiter(const CharType*& ptr, const CharTyp
|
| return ptr < end;
|
| }
|
|
|
| -#if ENABLE(SVG_FONTS)
|
| -Vector<String> parseDelimitedString(const String& input, const char seperator);
|
| -bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
|
| -bool parseGlyphName(const String& input, HashSet<String>& values);
|
| -#endif
|
| -
|
| template<typename CharType>
|
| bool parseAndSkipTransformType(const CharType*& ptr, const CharType* end, SVGTransformType&);
|
| SVGTransformType parseTransformType(const String&);
|
|
|