Index: Source/core/svg/graphics/SVGImage.h |
diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h |
index b8ea4da39a5f16e2999376645c6d9d8e03800c4d..f0a29c574f8394faf312686cef1abd0ad55172ca 100644 |
--- a/Source/core/svg/graphics/SVGImage.h |
+++ b/Source/core/svg/graphics/SVGImage.h |
@@ -104,7 +104,7 @@ private: |
void drawPatternForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatSize&, const FloatPoint&, |
SkXfermode::Mode, const FloatRect&, const IntSize& repeatSpacing); |
- OwnPtr<SVGImageChromeClient> m_chromeClient; |
+ OwnPtrWillBePersistent<SVGImageChromeClient> m_chromeClient; |
OwnPtrWillBePersistent<Page> m_page; |
IntSize m_intrinsicSize; |
KURL m_url; |