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