| Index: Source/core/fetch/FontResource.h
|
| diff --git a/Source/core/fetch/FontResource.h b/Source/core/fetch/FontResource.h
|
| index 38fe77a2fda6620f6bdda05921287e597f54baee..103961117ced5f5435871e9f5374bcc924cf1745 100644
|
| --- a/Source/core/fetch/FontResource.h
|
| +++ b/Source/core/fetch/FontResource.h
|
| @@ -47,6 +47,7 @@ public:
|
|
|
| FontResource(const ResourceRequest&);
|
| virtual ~FontResource();
|
| + virtual void trace(Visitor*) OVERRIDE;
|
|
|
| virtual void load(ResourceFetcher*, const ResourceLoaderOptions&) OVERRIDE;
|
|
|
| @@ -82,7 +83,7 @@ private:
|
| Timer<FontResource> m_fontLoadWaitLimitTimer;
|
|
|
| #if ENABLE(SVG_FONTS)
|
| - RefPtrWillBePersistent<Document> m_externalSVGDocument;
|
| + RefPtrWillBeMember<Document> m_externalSVGDocument;
|
| #endif
|
|
|
| friend class MemoryCache;
|
|
|