diff options
Diffstat (limited to 'WebCore/html/HTMLImageElement.idl')
-rw-r--r-- | WebCore/html/HTMLImageElement.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLImageElement.idl b/WebCore/html/HTMLImageElement.idl index 1bf8a28..935b721 100644 --- a/WebCore/html/HTMLImageElement.idl +++ b/WebCore/html/HTMLImageElement.idl @@ -30,8 +30,8 @@ module html { attribute long height; attribute [Reflect] long hspace; attribute [Reflect] boolean isMap; - attribute [Reflect,URL] DOMString longDesc; - attribute [Reflect,URL] DOMString src; + attribute [Reflect, URL] DOMString longDesc; + attribute [Reflect, URL] DOMString src; attribute [Reflect] DOMString useMap; attribute [Reflect] long vspace; attribute long width; |