| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index 744900809cb21cac7d0f11455ad1cf2a2eb96efe..61a1ff60fa3d42fef94bb430e1ac34d414649f0e 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -57,7 +57,7 @@ interface HTMLInputElement : HTMLElement {
|
| [Reflect, URL] attribute DOMString src;
|
| [Reflect] attribute DOMString step;
|
| [CustomElementCallbacks] attribute DOMString type; // readonly dropped as part of DOM level 2
|
| - [CustomElementCallbacks] attribute DOMString defaultValue;
|
| + [Reflect=value, CustomElementCallbacks] attribute DOMString defaultValue;
|
| [Reflect] attribute DOMString useMap;
|
| // See the discussion in https://bugs.webkit.org/show_bug.cgi?id=100085
|
| [TreatNullAs=EmptyString, RaisesException=Setter, CustomElementCallbacks] attribute DOMString value;
|
|
|