Chromium Code Reviews| Index: Source/core/svg/SVGMPathElement.idl |
| diff --git a/Source/core/svg/SVGMPathElement.idl b/Source/core/svg/SVGMPathElement.idl |
| index f8ba66918fe3731dac7f0a05869d3f93e63dfc50..5973b935a2ca03fbaf29180a850cece3a8e506af 100644 |
| --- a/Source/core/svg/SVGMPathElement.idl |
| +++ b/Source/core/svg/SVGMPathElement.idl |
| @@ -27,3 +27,5 @@ interface SVGMPathElement : SVGElement, |
| SVGExternalResourcesRequired { |
| }; |
| +SVGMPathElement implements SVGURIReference; |
| + |