Index: Source/core/html/HTMLInputElement.idl |
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
index 4a2e00480c9ca5b16230e8b9c13fe6a92d94807c..8f44cfb2c30ca044ae442014d2e4721912f6dbb3 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; |