| Index: Source/core/svg/graphics/SVGImageChromeClient.h
|
| diff --git a/Source/core/svg/graphics/SVGImageChromeClient.h b/Source/core/svg/graphics/SVGImageChromeClient.h
|
| index d1457d7469d0b26747d6a83707ccf5e2fd291bfc..2049f9ff6d8d2875404fa514bf0b5e39ee9b749e 100644
|
| --- a/Source/core/svg/graphics/SVGImageChromeClient.h
|
| +++ b/Source/core/svg/graphics/SVGImageChromeClient.h
|
| @@ -40,6 +40,7 @@ public:
|
| explicit SVGImageChromeClient(SVGImage*);
|
| virtual bool isSVGImageChromeClient() const OVERRIDE;
|
|
|
| + void clearImage() { m_image = 0; }
|
| SVGImage* image() const { return m_image; }
|
|
|
| private:
|
|
|