| Index: third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h b/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h
|
| index d05341ed4d5a80ebcac7d549208079c86a180d8b..7e53a34eee70bc78870d00905955091686782b39 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h
|
| @@ -37,7 +37,8 @@
|
|
|
| namespace blink {
|
|
|
| -// SVG Spec: http://www.w3.org/TR/SVG11/types.html#InterfaceSVGAnimatedLengthList
|
| +// SVG Spec:
|
| +// http://www.w3.org/TR/SVG11/types.html#InterfaceSVGAnimatedLengthList
|
| class SVGAnimatedLengthList final : public SVGAnimatedProperty<SVGLengthList>,
|
| public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|