| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index 2a4184c8cc830f293470c96c96ec69408108f11b..addcb2cee0375b6b12221691c72ffe53eec8f614 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -22,7 +22,7 @@
|
| [
|
| SkipVTableValidation
|
| ] interface HTMLInputElement : HTMLElement {
|
| - [Reflect] attribute DOMString accept;
|
| + [Reflect, ImplementedAs=accept_] attribute DOMString accept;
|
| [Reflect] attribute DOMString alt;
|
| [Reflect] attribute DOMString autocomplete;
|
| [Reflect] attribute boolean autofocus;
|
|
|