| Index: core/svg/SVGMPathElement.idl
|
| diff --git a/core/svg/SVGMPathElement.idl b/core/svg/SVGMPathElement.idl
|
| index c3a72ac365e35d24a772d0a62405888dee3bd700..3fb56ec2e18ef268fdd4ad308db5f0578f9d76cd 100644
|
| --- a/core/svg/SVGMPathElement.idl
|
| +++ b/core/svg/SVGMPathElement.idl
|
| @@ -23,8 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGMPathElement : SVGElement,
|
| - SVGURIReference,
|
| - SVGExternalResourcesRequired {
|
| +interface SVGMPathElement : SVGElement {
|
| };
|
|
|
| +SVGMPathElement implements SVGExternalResourcesRequired;
|
| +SVGMPathElement implements SVGURIReference;
|
| +
|
|
|