| Index: Source/core/svg/SVGPathElement.idl
|
| diff --git a/Source/core/svg/SVGPathElement.idl b/Source/core/svg/SVGPathElement.idl
|
| index 5d75b706bf7c020a2e3950d4618c37fddf1d05d7..297b5b1d684bd764a9f858c1e5c32ca62705e7ed 100644
|
| --- a/Source/core/svg/SVGPathElement.idl
|
| +++ b/Source/core/svg/SVGPathElement.idl
|
| @@ -24,7 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGPathElement : SVGGraphicsElement {
|
| +interface SVGPathElement : SVGGeometryElement {
|
| readonly attribute SVGAnimatedNumber pathLength;
|
|
|
| float getTotalLength();
|
|
|