| Index: core/svg/SVGStyleElement.idl | 
| =================================================================== | 
| --- core/svg/SVGStyleElement.idl	(revision 23517) | 
| +++ core/svg/SVGStyleElement.idl	(working copy) | 
| @@ -24,9 +24,7 @@ | 
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| */ | 
|  | 
| -[ | 
| -    Conditional=SVG | 
| -] interface SVGStyleElement : SVGElement, SVGLangSpace { | 
| +interface SVGStyleElement : SVGElement, SVGLangSpace { | 
| attribute boolean disabled; | 
| attribute DOMString type; | 
| attribute DOMString media; | 
|  |