| Index: Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| diff --git a/Source/core/svg/SVGAnimatedPreserveAspectRatio.h b/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| index b3faea54898f5e013618d2a7e32b06b5a254d954..cf2576ad6882d797846da9ee45d8ae6b9a95de20 100644
|
| --- a/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| +++ b/Source/core/svg/SVGAnimatedPreserveAspectRatio.h
|
| @@ -37,6 +37,7 @@
|
| namespace blink {
|
|
|
| class SVGAnimatedPreserveAspectRatio : public SVGAnimatedProperty<SVGPreserveAspectRatio> {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue)
|
| {
|
|
|