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