| Index: Source/core/svg/SVGFontElement.h
|
| diff --git a/Source/core/svg/SVGFontElement.h b/Source/core/svg/SVGFontElement.h
|
| index 02a4dc6df72ca5bdf3dc147c1aaca969d7ba123b..78024ff584b5e9b18580fdfe61d25896cf2f3197 100644
|
| --- a/Source/core/svg/SVGFontElement.h
|
| +++ b/Source/core/svg/SVGFontElement.h
|
| @@ -51,8 +51,6 @@ typedef unsigned KerningPairKey;
|
| typedef Vector<SVGKerningPair> KerningPairVector;
|
| typedef HashMap<KerningPairKey, float> KerningTable;
|
|
|
| -class SVGMissingGlyphElement;
|
| -
|
| class SVGFontElement FINAL : public SVGElement {
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFontElement);
|
|
|