summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLModElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLModElement.idl')
-rw-r--r--WebCore/html/HTMLModElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLModElement.idl b/WebCore/html/HTMLModElement.idl
index e9e996d..ad8281c 100644
--- a/WebCore/html/HTMLModElement.idl
+++ b/WebCore/html/HTMLModElement.idl
@@ -20,7 +20,7 @@
module html {
interface HTMLModElement : HTMLElement {
- attribute [Reflect] DOMString cite;
+ attribute [Reflect, URL] DOMString cite;
attribute [Reflect] DOMString dateTime;
};