Index: third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
index ed1a7c63eb7a7153c75d61c8d490e2409397a5e0..55b3a88404f9100e86a0341f5397b7be1bb977cf 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
@@ -23,11 +23,13 @@ |
interface HTMLAreaElement : HTMLElement { |
[CEReactions, Reflect] attribute DOMString alt; |
[CEReactions, Reflect] attribute DOMString coords; |
+ [CEReactions, Reflect] attribute DOMString download; |
[CEReactions, Reflect] attribute DOMString shape; |
[CEReactions, Reflect] attribute DOMString target; |
// FIXME: ping should be a DOMTokenList. |
[CEReactions, Reflect] attribute DOMString ping; |
- // FIXME: download, rel, relList are missing |
+ [CEReactions, Reflect] attribute DOMString rel; |
+ // FIXME: relList is missing |
[CEReactions, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerPolicy; |
// obsolete members |