| 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 647d3467bdba149a5f62431f488ba85efab78d26..478266515d3a231c0e012e7320fd0ffdfefc75a5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
|
| @@ -25,7 +25,7 @@ interface HTMLAreaElement : HTMLElement {
|
| [Reflect] attribute DOMString coords;
|
| [Reflect] attribute DOMString shape;
|
| [Reflect] attribute DOMString target;
|
| - // FIXME: ping should be a DOMSettableTokenList.
|
| + // FIXME: ping should be a DOMTokenList.
|
| [Reflect] attribute DOMString ping;
|
| // FIXME: download, rel, relList are missing
|
| [RuntimeEnabled=ReferrerPolicyAttribute, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy;
|
|
|