diff options
Diffstat (limited to 'WebCore/html/HTMLModElement.idl')
-rw-r--r-- | WebCore/html/HTMLModElement.idl | 2 |
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; }; |