Index: Source/core/html/HTMLFormElement.idl |
diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl |
index f593992cc279f6d6e16f707dfbd853d00b925c54..1f336f442a9eccd6176fdd8b46122f14577225d6 100644 |
--- a/Source/core/html/HTMLFormElement.idl |
+++ b/Source/core/html/HTMLFormElement.idl |
@@ -22,7 +22,7 @@ |
OverrideBuiltins, |
] interface HTMLFormElement : HTMLElement { |
[Reflect=accept_charset] attribute DOMString acceptCharset; |
- [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString action; |
+ [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString action; |
[Reflect, ReflectOnly="on"|"off", ReflectMissing="on", ReflectInvalid="on"] attribute DOMString autocomplete; |
[CustomElementCallbacks] attribute DOMString enctype; |
[CustomElementCallbacks] attribute DOMString encoding; |
@@ -36,7 +36,7 @@ |
[ImplementedAs=item] getter Element (unsigned long index); |
[NotEnumerable] getter (RadioNodeList or Element) (DOMString name); |
- [ImplementedAs=submitFromJavaScript, PerWorldBindings, ActivityLogging=ForIsolatedWorlds] void submit(); |
+ [ImplementedAs=submitFromJavaScript, PerWorldBindings, LogActivity] void submit(); |
[CustomElementCallbacks] void reset(); |
boolean checkValidity(); |