| Index: Source/core/svg/SVGPolylineElement.idl
|
| diff --git a/Source/core/svg/SVGPolylineElement.idl b/Source/core/svg/SVGPolylineElement.idl
|
| index d78f91c67da6752458eca940b5e20c8b6f06985f..c3e284ffaccabca57c8a59e3e16952cc5d25adc0 100644
|
| --- a/Source/core/svg/SVGPolylineElement.idl
|
| +++ b/Source/core/svg/SVGPolylineElement.idl
|
| @@ -23,12 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGPolylineElement : SVGStyledElement,
|
| - SVGTransformable {
|
| +interface SVGPolylineElement : SVGGraphicsElement {
|
| readonly attribute SVGPointList points;
|
| readonly attribute SVGPointList animatedPoints;
|
| };
|
|
|
| SVGPolylineElement implements SVGExternalResourcesRequired;
|
| -SVGPolylineElement implements SVGTests;
|
|
|
|
|