| Index: third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h b/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
|
| index 55409e858d39e976fa845d940c2bc23fc7f1eb0e..c5c10b160165c664437b479a123a36fbe201f196 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
|
| @@ -37,7 +37,8 @@
|
|
|
| namespace blink {
|
|
|
| -// SVG Spec: http://www.w3.org/TR/SVG11/coords.html#InterfaceSVGAnimatedTransformList
|
| +// SVG Spec:
|
| +// http://www.w3.org/TR/SVG11/coords.html#InterfaceSVGAnimatedTransformList
|
| class SVGAnimatedTransformList final
|
| : public SVGAnimatedProperty<SVGTransformList>,
|
| public ScriptWrappable {
|
|
|