| Index: Source/core/svg/graphics/SVGImageForContainer.h
|
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.h b/Source/core/svg/graphics/SVGImageForContainer.h
|
| index 4ea589eec4454727ca34c277353a46f0778d5de9..aea94bc459b158e38fc97a650e9ac3be33c3850f 100644
|
| --- a/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGImageForContainer : public Image {
|
| +class SVGImageForContainer FINAL : public Image {
|
| public:
|
| static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom)
|
| {
|
|
|