| Index: Source/core/svg/SVGFontData.h
|
| diff --git a/Source/core/svg/SVGFontData.h b/Source/core/svg/SVGFontData.h
|
| index b64f2363384fb9ad3fa33cbf6ee5eca988c61d17..0bb27a6c92149544a1ae43ef954ee29a31b1f2ec 100644
|
| --- a/Source/core/svg/SVGFontData.h
|
| +++ b/Source/core/svg/SVGFontData.h
|
| @@ -22,10 +22,12 @@
|
|
|
| #if ENABLE(SVG_FONTS)
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/svg/SVGFontFaceElement.h"
|
|
|
| namespace WebCore {
|
|
|
| +class SVGFontElement;
|
| +class SVGFontFaceElement;
|
| +
|
| class SVGFontData : public SimpleFontData::AdditionalFontData {
|
| public:
|
| static PassOwnPtr<SVGFontData> create(SVGFontFaceElement* element)
|
|
|