| Index: core/html/HTMLFormElement.idl
|
| diff --git a/core/html/HTMLFormElement.idl b/core/html/HTMLFormElement.idl
|
| index 6c2f1f9caf27086053c335b65b7cece9900a11d0..36db8c9c442c1261d9590f80ad2b35b3d744cb64 100644
|
| --- a/core/html/HTMLFormElement.idl
|
| +++ b/core/html/HTMLFormElement.idl
|
| @@ -23,7 +23,7 @@
|
| ] interface HTMLFormElement : HTMLElement {
|
| [Reflect=accept_charset] attribute DOMString acceptCharset;
|
| [Reflect, URL] attribute DOMString action;
|
| - [Reflect, ReflectOnly="on"|"off", ReflectMissing="on", ReflectInvalid="on"] attribute DOMString autocomplete;
|
| + [Reflect, ReflectOnly=("on","off"), ReflectMissing="on", ReflectInvalid="on"] attribute DOMString autocomplete;
|
| [CustomElementCallbacks] attribute DOMString enctype;
|
| [CustomElementCallbacks] attribute DOMString encoding;
|
| [CustomElementCallbacks] attribute DOMString method;
|
|
|