| Index: Source/core/fetch/FontResource.h
|
| diff --git a/Source/core/fetch/FontResource.h b/Source/core/fetch/FontResource.h
|
| index d15455d06d1220e0629644f9ba791750069a076f..f70a4c038108d975eaff976319d83870462084c9 100644
|
| --- a/Source/core/fetch/FontResource.h
|
| +++ b/Source/core/fetch/FontResource.h
|
| @@ -35,9 +35,9 @@
|
|
|
| namespace WebCore {
|
|
|
| +class Document;
|
| class ResourceFetcher;
|
| class FontPlatformData;
|
| -class SVGDocument;
|
| class SVGFontElement;
|
| class FontCustomPlatformData;
|
|
|
| @@ -82,7 +82,7 @@ private:
|
| Timer<FontResource> m_fontLoadWaitLimitTimer;
|
|
|
| #if ENABLE(SVG_FONTS)
|
| - RefPtr<WebCore::SVGDocument> m_externalSVGDocument;
|
| + RefPtr<WebCore::Document> m_externalSVGDocument;
|
| #endif
|
|
|
| friend class MemoryCache;
|
|
|