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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLQuoteElement.idl b/WebCore/html/HTMLQuoteElement.idl
index f95dc20..a4e6005 100644
--- a/WebCore/html/HTMLQuoteElement.idl
+++ b/WebCore/html/HTMLQuoteElement.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006 Apple Computer, Inc.
+ * Copyright (C) 2006, 2010 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -20,6 +20,6 @@
module html {
interface HTMLQuoteElement : HTMLElement {
- attribute [ConvertNullToNullString] DOMString cite;
+ attribute [Reflect] DOMString cite;
};
}