| Index: Source/core/html/HTMLButtonElement.idl
|
| diff --git a/Source/core/html/HTMLButtonElement.idl b/Source/core/html/HTMLButtonElement.idl
|
| index 354e30578758040dc7b1e038f4cbe5e7765620ae..d92dcd166a6ac4099992176c6c3cc90f4ee4c62b 100644
|
| --- a/Source/core/html/HTMLButtonElement.idl
|
| +++ b/Source/core/html/HTMLButtonElement.idl
|
| @@ -22,7 +22,7 @@ interface HTMLButtonElement : HTMLElement {
|
| [Reflect] attribute boolean autofocus;
|
| [Reflect] attribute boolean disabled;
|
| [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
|
| - [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString formAction;
|
| + [Reflect, URL, LogActivity=SetterOnly] attribute DOMString formAction;
|
| attribute DOMString formEnctype;
|
| attribute DOMString formMethod;
|
| [Reflect] attribute boolean formNoValidate;
|
|
|