Index: Source/core/html/HTMLInputElement.idl |
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
index 209b1773c50d1552f3ede9ab965f71c4c96ca396..245757574164d1a988735282442beb1d7768c187 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, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString formAction; |
+ [Reflect, URL, LogActivity=SetterOnly] 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, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString src; |
+ [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src; |
[Reflect] attribute DOMString step; |
[CustomElementCallbacks] attribute DOMString type; // readonly dropped as part of DOM level 2 |
[CustomElementCallbacks] attribute DOMString defaultValue; |