| Index: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
|
| index 0c49353128d04d4d3b12c0f33aaab222bbb30a58..639fcb6ad77cf2aa8cbbbe10c6459a60a0c34fcf 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
|
| @@ -42,8 +42,9 @@ class ExceptionState;
|
| class SVGTransformTearOff;
|
|
|
| // SVGMatrixTearOff wraps a AffineTransform for Javascript.
|
| -// 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.
|
| +// 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 CORE_EXPORT SVGMatrixTearOff final
|
| : public GarbageCollected<SVGMatrixTearOff>,
|
| public ScriptWrappable {
|
|
|