summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLOptionElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLOptionElement.idl')
-rw-r--r--WebCore/html/HTMLOptionElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLOptionElement.idl b/WebCore/html/HTMLOptionElement.idl
index 34fa999..612d459 100644
--- a/WebCore/html/HTMLOptionElement.idl
+++ b/WebCore/html/HTMLOptionElement.idl
@@ -28,7 +28,7 @@ module html {
] HTMLOptionElement : HTMLElement {
readonly attribute HTMLFormElement form;
attribute boolean defaultSelected;
-#if defined(LANGUAGE_JAVASCRIPT)
+#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
attribute [ConvertNullToNullString] DOMString text
setter raises(DOMException);
#else