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