| Index: Source/core/svg/SVGAngleTearOff.h
|
| diff --git a/Source/core/svg/SVGAngleTearOff.h b/Source/core/svg/SVGAngleTearOff.h
|
| index a7075170dc2e3bd880e3f816ad0fec48fb77d788..70880cf0db2d2f53aa90110a300fb9625ea1bd1d 100644
|
| --- a/Source/core/svg/SVGAngleTearOff.h
|
| +++ b/Source/core/svg/SVGAngleTearOff.h
|
| @@ -38,6 +38,7 @@
|
| namespace blink {
|
|
|
| class SVGAngleTearOff FINAL : public SVGPropertyTearOff<SVGAngle>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGAngleTearOff> create(PassRefPtr<SVGAngle> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| {
|
| @@ -76,4 +77,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SVGAngleTearOff_h_
|
| +#endif // SVGAngleTearOff_h
|
|
|