| Index: Source/core/fetch/FontResource.h
|
| diff --git a/Source/core/fetch/FontResource.h b/Source/core/fetch/FontResource.h
|
| index aa23e4dda53f4ab409827337429927bc3e5b9b4f..51f353bb014de4c21dc222fd0d5004ab8ad226ce 100644
|
| --- a/Source/core/fetch/FontResource.h
|
| +++ b/Source/core/fetch/FontResource.h
|
| @@ -78,7 +78,7 @@ private:
|
| Timer<FontResource> m_fontLoadWaitLimitTimer;
|
|
|
| #if ENABLE(SVG_FONTS)
|
| - RefPtr<WebCore::Document> m_externalSVGDocument;
|
| + RefPtrWillBePersistent<Document> m_externalSVGDocument;
|
| #endif
|
|
|
| friend class MemoryCache;
|
|
|