| Index: Source/core/svg/SVGFEImageElement.h
|
| diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h
|
| index 4fc3ddf6dd090fa56ae2ad0266ec3350373c0770..c9d1ec2c07e05eca180c5475dc31baed0bb1ab78 100644
|
| --- a/Source/core/svg/SVGFEImageElement.h
|
| +++ b/Source/core/svg/SVGFEImageElement.h
|
| @@ -45,6 +45,8 @@ public:
|
| virtual ~SVGFEImageElement();
|
| SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); }
|
|
|
| + // Promptly remove as a ImageResource client.
|
| + EAGERLY_FINALIZE();
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|