| Index: core/svg/SVGTRefElement.idl
|
| diff --git a/core/svg/SVGTRefElement.idl b/core/svg/SVGTRefElement.idl
|
| index 5f582325de73742bf1904c5a62dceca3d69dd986..27eef02ee5f1c4dac2b95c389c79e342cd64febe 100644
|
| --- a/core/svg/SVGTRefElement.idl
|
| +++ b/core/svg/SVGTRefElement.idl
|
| @@ -23,7 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGTRefElement : SVGTextPositioningElement,
|
| - SVGURIReference {
|
| +interface SVGTRefElement : SVGTextPositioningElement {
|
| };
|
|
|
| +SVGTRefElement implements SVGURIReference;
|
| +
|
|
|