summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLImageElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLImageElement.idl')
-rw-r--r--WebCore/html/HTMLImageElement.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/html/HTMLImageElement.idl b/WebCore/html/HTMLImageElement.idl
index 0fc7271..1bf8a28 100644
--- a/WebCore/html/HTMLImageElement.idl
+++ b/WebCore/html/HTMLImageElement.idl
@@ -30,15 +30,15 @@ module html {
attribute long height;
attribute [Reflect] long hspace;
attribute [Reflect] boolean isMap;
- attribute [ReflectURL=longdesc] DOMString longDesc;
- attribute [ReflectURL] DOMString src;
+ attribute [Reflect,URL] DOMString longDesc;
+ attribute [Reflect,URL] DOMString src;
attribute [Reflect] DOMString useMap;
attribute [Reflect] long vspace;
attribute long width;
// Extensions
readonly attribute boolean complete;
- attribute [ReflectURL] DOMString lowsrc;
+ attribute [Reflect,URL] DOMString lowsrc;
readonly attribute long naturalHeight;
readonly attribute long naturalWidth;
readonly attribute long x;