diff options
Diffstat (limited to 'WebCore/html/HTMLInputElement.idl')
-rw-r--r-- | WebCore/html/HTMLInputElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLInputElement.idl b/WebCore/html/HTMLInputElement.idl index c726caa..19e4226 100644 --- a/WebCore/html/HTMLInputElement.idl +++ b/WebCore/html/HTMLInputElement.idl @@ -54,7 +54,7 @@ module html { // FIXME: The spec says this should be a long, not an unsigned long. attribute unsigned long size; // Changed string -> long as part of DOM level 2 #endif - attribute [Reflect,URL] DOMString src; + attribute [Reflect, URL] DOMString src; attribute [Reflect] DOMString step; attribute [ConvertNullToNullString, JSCCustomGetter] DOMString type; // readonly dropped as part of DOM level 2 attribute [Reflect] DOMString useMap; |