| Index: Source/core/svg/SVGMatrixTearOff.h
|
| diff --git a/Source/core/svg/SVGMatrixTearOff.h b/Source/core/svg/SVGMatrixTearOff.h
|
| index b8b7439dda701d8bc92f8357815af7ea57764295..ed0e67f3611ad1bb489a62bb3e64feebd55c7771 100644
|
| --- a/Source/core/svg/SVGMatrixTearOff.h
|
| +++ b/Source/core/svg/SVGMatrixTearOff.h
|
| @@ -44,6 +44,7 @@ class SVGTransformTearOff;
|
| // Its instance can either hold a static value, or this can be teared off from |SVGTransform.matrix|.
|
| // This does not derive from SVGPropertyTearOff, as its instances are never tied to an animated property nor an XML attribute.
|
| class SVGMatrixTearOff FINAL : public RefCounted<SVGMatrixTearOff>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGMatrixTearOff> create(const AffineTransform& value)
|
| {
|
| @@ -102,4 +103,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SVGMatrixTearOff_h_
|
| +#endif // SVGMatrixTearOff_h
|
|
|