| Index: Source/core/svg/SVGPointTearOff.h
|
| diff --git a/Source/core/svg/SVGPointTearOff.h b/Source/core/svg/SVGPointTearOff.h
|
| index f7569e759f92a6b0bf5fd1c72c287e7740dffbbe..a9d947621a23441ff7ea62a7becd1d8238e1f1ea 100644
|
| --- a/Source/core/svg/SVGPointTearOff.h
|
| +++ b/Source/core/svg/SVGPointTearOff.h
|
| @@ -40,6 +40,7 @@ namespace blink {
|
| class SVGMatrixTearOff;
|
|
|
| class SVGPointTearOff : public SVGPropertyTearOff<SVGPoint>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGPointTearOff> create(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| {
|
| @@ -59,4 +60,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SVGPointTearOff_h_
|
| +#endif // SVGPointTearOff_h
|
|
|