| Index: Source/core/svg/SVGParserUtilities.h | 
| diff --git a/Source/core/svg/SVGParserUtilities.h b/Source/core/svg/SVGParserUtilities.h | 
| index 0d815d15a80daa1c0042c3ef4f783b2dd329bf47..071add9d76da662e30b6ff5ca7d1dfcb5d3248ea 100644 | 
| --- a/Source/core/svg/SVGParserUtilities.h | 
| +++ b/Source/core/svg/SVGParserUtilities.h | 
| @@ -79,9 +79,11 @@ 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&); | 
|  |