| Index: Source/core/svg/SVGAnimatedBoolean.h
|
| diff --git a/Source/core/svg/SVGAnimatedBoolean.h b/Source/core/svg/SVGAnimatedBoolean.h
|
| index 076bd879e4c714b35ae09ccbfe85c46b6d727d3c..770b3263f99cbd03408be36b8ed402676c242de2 100644
|
| --- a/Source/core/svg/SVGAnimatedBoolean.h
|
| +++ b/Source/core/svg/SVGAnimatedBoolean.h
|
| @@ -37,6 +37,7 @@
|
| namespace blink {
|
|
|
| class SVGAnimatedBoolean final : public SVGAnimatedProperty<SVGBoolean> {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtrWillBeRawPtr<SVGBoolean> initialValue)
|
| {
|
|
|