summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLModElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLModElement.idl')
-rw-r--r--Source/WebCore/html/HTMLModElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLModElement.idl b/Source/WebCore/html/HTMLModElement.idl
index ccb8da466..82c140569 100644
--- a/Source/WebCore/html/HTMLModElement.idl
+++ b/Source/WebCore/html/HTMLModElement.idl
@@ -18,7 +18,7 @@
*/
interface HTMLModElement : HTMLElement {
- [Reflect, URL] attribute DOMString cite;
+ [Reflect, URL] attribute USVString cite;
[Reflect] attribute DOMString dateTime;
};