summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLAreaElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLAreaElement.idl')
-rw-r--r--WebCore/html/HTMLAreaElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLAreaElement.idl b/WebCore/html/HTMLAreaElement.idl
index 0f6fd72..64c6468 100644
--- a/WebCore/html/HTMLAreaElement.idl
+++ b/WebCore/html/HTMLAreaElement.idl
@@ -24,7 +24,7 @@ module html {
attribute [Reflect] DOMString accessKey;
attribute [Reflect] DOMString alt;
attribute [Reflect] DOMString coords;
- attribute [ReflectURL] DOMString href;
+ attribute [Reflect,URL] DOMString href;
attribute [Reflect] boolean noHref;
attribute [Reflect] DOMString shape;
attribute [Reflect] DOMString target;