Index: Source/core/svg/SVGTextPathElement.idl |
diff --git a/Source/core/svg/SVGTextPathElement.idl b/Source/core/svg/SVGTextPathElement.idl |
index eaef5425eee8c88ee4f3324939f01f250a81edd8..d21292ac1a5744ce14a3ec35470277541349a6c8 100644 |
--- a/Source/core/svg/SVGTextPathElement.idl |
+++ b/Source/core/svg/SVGTextPathElement.idl |
@@ -39,3 +39,5 @@ interface SVGTextPathElement : SVGTextContentElement { |
readonly attribute SVGAnimatedEnumeration spacing; |
}; |
+SVGTextPathElement implements SVGURIReference; |
+ |