Index: third_party/WebKit/Source/core/svg/SVGMaskElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGMaskElement.idl b/third_party/WebKit/Source/core/svg/SVGMaskElement.idl |
index 92a630a5cefc0923d8a5a11de760850e4de090f8..525f16a40d879e343e97951434b3d84af54b5865 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGMaskElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGMaskElement.idl |
@@ -34,7 +34,7 @@ interface SVGMaskElement : SVGElement { |
[MeasureAs=SVG1DOMMaskElement] readonly attribute SVGAnimatedLength height; |
}; |
-// SVGMaskElement implements SVGUnitTypes; |
+SVGMaskElement implements SVGUnitTypes; |
// TODO(foolip): The following is not part of any spec: |
SVGMaskElement implements SVGTests; |