| Index: core/svg/SVGScriptElement.idl
|
| diff --git a/core/svg/SVGScriptElement.idl b/core/svg/SVGScriptElement.idl
|
| index 5a7ec3d85bf2845747465c171aad2dc38240c2b0..dea339f74453f333a54fbcde803cf496739619f7 100644
|
| --- a/core/svg/SVGScriptElement.idl
|
| +++ b/core/svg/SVGScriptElement.idl
|
| @@ -23,9 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGScriptElement : SVGElement,
|
| - SVGURIReference,
|
| - SVGExternalResourcesRequired {
|
| +interface SVGScriptElement : SVGElement {
|
| [TreatNullAs=NullString] attribute DOMString type;
|
| };
|
|
|
| +SVGScriptElement implements SVGExternalResourcesRequired;
|
| +SVGScriptElement implements SVGURIReference;
|
| +
|
|
|