| 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 2b3b6cebd648b3433c241bc158c604e187412ff0..3c5d0062a0ef77cc93cbedb104377c8d3ee87f03 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 are missing
|
| [CEReactions, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy;
|
|
|
| // obsolete members
|
|
|