| Index: Source/core/svg/SVGPathElement.idl
|
| diff --git a/Source/core/svg/SVGPathElement.idl b/Source/core/svg/SVGPathElement.idl
|
| index b860ee3d736b88adeabc7d0e9f8343a8399706f2..1bfca0ad4682bce36acfdae83c2b26ebd5dae397 100644
|
| --- a/Source/core/svg/SVGPathElement.idl
|
| +++ b/Source/core/svg/SVGPathElement.idl
|
| @@ -24,8 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGPathElement : SVGStyledElement,
|
| - SVGTransformable {
|
| +interface SVGPathElement : SVGGraphicsElement {
|
| readonly attribute SVGAnimatedNumber pathLength;
|
|
|
| float getTotalLength();
|
| @@ -108,5 +107,3 @@ interface SVGPathElement : SVGStyledElement,
|
| };
|
|
|
| SVGPathElement implements SVGExternalResourcesRequired;
|
| -SVGPathElement implements SVGTests;
|
| -
|
|
|