Index: Source/WebCore/html/HTMLAnchorElement.idl |
=================================================================== |
--- Source/WebCore/html/HTMLAnchorElement.idl (revision 91866) |
+++ Source/WebCore/html/HTMLAnchorElement.idl (working copy) |
@@ -26,6 +26,7 @@ |
attribute [Reflect] DOMString accessKey; |
attribute [Reflect] DOMString charset; |
attribute [Reflect] DOMString coords; |
+ attribute [Conditional=DOWNLOAD_ATTRIBUTE, Reflect] DOMString download; |
attribute [Reflect, URL] DOMString href; |
attribute [Reflect] DOMString hreflang; |
attribute [Reflect] DOMString name; |