| Index: third_party/WebCore/html/HTMLInputElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLInputElement.idl b/third_party/WebCore/html/HTMLInputElement.idl
|
| index e326ce7be261e080133793ba2a65086591b05c5f..879a34f5797b573a7dd1d5f4877fdbe2c2c3efa6 100644
|
| --- a/third_party/WebCore/html/HTMLInputElement.idl
|
| +++ b/third_party/WebCore/html/HTMLInputElement.idl
|
| @@ -39,7 +39,7 @@ module html {
|
| attribute [Reflect] DOMString formTarget;
|
| attribute unsigned long height;
|
| attribute boolean indeterminate;
|
| - readonly attribute [Conditional=DATALIST] HTMLElement list;
|
| + readonly attribute [Conditional=DATALIST_ELEMENT] HTMLElement list;
|
| attribute [Reflect] DOMString max;
|
| attribute long maxLength setter raises(DOMException);
|
| attribute [Reflect] DOMString min;
|
|
|