summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLButtonElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLButtonElement.idl')
-rw-r--r--Source/WebCore/html/HTMLButtonElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLButtonElement.idl b/Source/WebCore/html/HTMLButtonElement.idl
index 692fd612a..02e91abef 100644
--- a/Source/WebCore/html/HTMLButtonElement.idl
+++ b/Source/WebCore/html/HTMLButtonElement.idl
@@ -30,7 +30,7 @@ module html {
attribute [Reflect] boolean formNoValidate;
attribute [Reflect] DOMString formTarget;
attribute [Reflect] DOMString name;
- readonly attribute DOMString type;
+ attribute [TreatNullAs=NullString] DOMString type;
attribute [Reflect] DOMString value;
readonly attribute boolean willValidate;