Index: core/svg/SVGScriptElement.idl |
=================================================================== |
--- core/svg/SVGScriptElement.idl (revision 23517) |
+++ core/svg/SVGScriptElement.idl (working copy) |
@@ -23,11 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGScriptElement : SVGElement, |
- SVGURIReference, |
- SVGExternalResourcesRequired { |
+interface SVGScriptElement : SVGElement, |
+ SVGURIReference, |
+ SVGExternalResourcesRequired { |
[TreatNullAs=NullString] attribute DOMString type; |
}; |