Chromium Code Reviews| Index: Source/core/svg/SVGPolylineElement.idl |
| diff --git a/Source/core/svg/SVGPolylineElement.idl b/Source/core/svg/SVGPolylineElement.idl |
| index 8ae7e605f137ecf4b18c0d69ccff2c545bb07d10..44f4ca3f8e6ffbc7526abc6faab4308365927221 100644 |
| --- a/Source/core/svg/SVGPolylineElement.idl |
| +++ b/Source/core/svg/SVGPolylineElement.idl |
| @@ -31,3 +31,5 @@ interface SVGPolylineElement : SVGStyledElement, |
| readonly attribute SVGPointList animatedPoints; |
| }; |
| +SVGPolylineElement implements SVGTests; |
| + |