| Index: Source/core/svg/SVGAnimatedAngle.h
|
| diff --git a/Source/core/svg/SVGAnimatedAngle.h b/Source/core/svg/SVGAnimatedAngle.h
|
| index 68100e0d9fdb4525933489a1ae8392ddf631520f..62fa525a222ed8cd68d2381dca5a9339adaee81f 100644
|
| --- a/Source/core/svg/SVGAnimatedAngle.h
|
| +++ b/Source/core/svg/SVGAnimatedAngle.h
|
| @@ -39,6 +39,7 @@ namespace blink {
|
| class SVGMarkerElement;
|
|
|
| class SVGAnimatedAngle final : public SVGAnimatedProperty<SVGAngle> {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGAnimatedAngle> create(SVGMarkerElement* contextElement)
|
| {
|
|
|