summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGScriptElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGScriptElement.idl')
-rw-r--r--Source/WebCore/svg/SVGScriptElement.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/WebCore/svg/SVGScriptElement.idl b/Source/WebCore/svg/SVGScriptElement.idl
index 49db3ae51..ef60d4212 100644
--- a/Source/WebCore/svg/SVGScriptElement.idl
+++ b/Source/WebCore/svg/SVGScriptElement.idl
@@ -23,10 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=SVG
-] interface SVGScriptElement : SVGElement {
- [TreatNullAs=NullString, Reflect] attribute DOMString type;
+interface SVGScriptElement : SVGElement {
+ [Reflect] attribute DOMString type;
};
SVGScriptElement implements SVGExternalResourcesRequired;