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