| Index: Source/core/svg/SVGStyleElement.idl
|
| diff --git a/Source/core/svg/SVGStyleElement.idl b/Source/core/svg/SVGStyleElement.idl
|
| index 858c2c48c25ceaf72a9988ec5d5aa5856015e2dd..56beb82dd25acf112211a448c6bf5ccf2750ce3d 100644
|
| --- a/Source/core/svg/SVGStyleElement.idl
|
| +++ b/Source/core/svg/SVGStyleElement.idl
|
| @@ -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;
|
|
|