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