| Index: third_party/WebKit/Source/core/svg/SVGPatternElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.idl b/third_party/WebKit/Source/core/svg/SVGPatternElement.idl
|
| index 67f4976437135e92637e97701a3cf06dfebd12a9..a9d89ab3212169139f3a389c31d7e38fe84285d0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.idl
|
| @@ -37,7 +37,7 @@ interface SVGPatternElement : SVGElement {
|
|
|
| SVGPatternElement implements SVGFitToViewBox;
|
| SVGPatternElement implements SVGURIReference;
|
| -// SVGPatternElement implements SVGUnitTypes;
|
| +SVGPatternElement implements SVGUnitTypes;
|
|
|
| // TODO(foolip): The following was part of SVG 1.1:
|
| // http://www.w3.org/TR/SVG11/pservers.html#InterfaceSVGPatternElement
|
|
|