| Index: Source/core/svg/SVGScriptElement.idl
|
| diff --git a/Source/core/svg/SVGScriptElement.idl b/Source/core/svg/SVGScriptElement.idl
|
| index 2fa2cc6abc2ac7161a53147a842edf1753fd27e5..5a7ec3d85bf2845747465c171aad2dc38240c2b0 100644
|
| --- a/Source/core/svg/SVGScriptElement.idl
|
| +++ b/Source/core/svg/SVGScriptElement.idl
|
| @@ -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;
|
| };
|
|
|
|
|