| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index 7a6c25513ca4032ed0caf69ceb03be86881fe19d..05b32db46038fba626124a6639b2457f446034ec 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -35,7 +35,7 @@ interface HTMLInputElement : HTMLElement {
|
| // The 'files' attribute is intentionally not readonly.
|
| // https://www.w3.org/Bugs/Public/show_bug.cgi?id=22682
|
| attribute FileList files;
|
| - [Reflect, URL, LogActivity=SetterOnly] attribute DOMString formAction;
|
| + [Reflect, URL] attribute DOMString formAction;
|
| [CustomElementCallbacks] attribute DOMString formEnctype;
|
| [CustomElementCallbacks] attribute DOMString formMethod;
|
| [Reflect] attribute boolean formNoValidate;
|
| @@ -54,7 +54,7 @@ interface HTMLInputElement : HTMLElement {
|
| [Reflect] attribute boolean readOnly;
|
| [Reflect] attribute boolean required;
|
| [RaisesException=Setter, CustomElementCallbacks] attribute unsigned long size; // Changed string -> long -> unsigned long
|
| - [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src;
|
| + [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;
|
|
|