| Index: third_party/WebCore/html/HTMLButtonElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLButtonElement.idl b/third_party/WebCore/html/HTMLButtonElement.idl
|
| index 692fd612a1e661500df277fc8d37d873ff25d9e4..02e91abef03a5dea8304335d977372b755573874 100644
|
| --- a/third_party/WebCore/html/HTMLButtonElement.idl
|
| +++ b/third_party/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;
|
|
|