| Index: third_party/WebKit/Source/core/html/HTMLInputElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.idl b/third_party/WebKit/Source/core/html/HTMLInputElement.idl
|
| index 7a9c7bd865efe47d9b6a0dc0c11f8a123fe00177..6fb8460cd5b2d468659edc782e22eeb8812c715a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.idl
|
| @@ -23,7 +23,9 @@
|
|
|
| enum SelectionMode { "select", "start", "end", "preserve" };
|
|
|
| -interface HTMLInputElement : HTMLElement {
|
| +[
|
| + ActiveScriptWrappable,
|
| +] interface HTMLInputElement : HTMLElement {
|
| [CEReactions, Reflect] attribute DOMString accept;
|
| [CEReactions, Reflect] attribute DOMString alt;
|
| [CEReactions, Reflect] attribute DOMString autocomplete;
|
|
|