| Index: Source/core/html/HTMLButtonElement.idl
|
| diff --git a/Source/core/html/HTMLButtonElement.idl b/Source/core/html/HTMLButtonElement.idl
|
| index e1a6b026d74d2eee4917977bfd05b9ba450979c2..0fef1611242433af557f68c5f2684cef673956e0 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;
|
| readonly attribute HTMLFormElement form;
|
| - [Reflect, TreatNullAs=NullString, URL] attribute DOMString formAction;
|
| + [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString formAction;
|
| [TreatNullAs=NullString] attribute DOMString formEnctype;
|
| [TreatNullAs=NullString] attribute DOMString formMethod;
|
| [Reflect] attribute boolean formNoValidate;
|
|
|