| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index 3b160840b6578a1bdefd6dcb2ee26d84782c39c9..4a5ee98f1ab407f59de07a809b694fcaa7e87722 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -112,8 +112,8 @@ private:
|
| void drawInternal(SkCanvas*, const SkPaint&, const FloatRect& fromRect, const FloatRect& toRect, RespectImageOrientationEnum,
|
| ImageClampingMode, const KURL&);
|
|
|
| - OwnPtrWillBePersistent<SVGImageChromeClient> m_chromeClient;
|
| - OwnPtrWillBePersistent<Page> m_page;
|
| + Persistent<SVGImageChromeClient> m_chromeClient;
|
| + Persistent<Page> m_page;
|
| IntSize m_intrinsicSize;
|
| };
|
|
|
|
|