Chromium Code Reviews| 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 89a51c469d10aae9045391abea760def1c00bae1..f415e9757f8b33e055e8e5c8b9e1c159bb6e4bf8 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
| @@ -27,7 +27,7 @@ interface HTMLAreaElement : HTMLElement { |
| [Reflect] attribute DOMString target; |
| // FIXME: ping should be a DOMSettableTokenList. |
| [Reflect] attribute DOMString ping; |
| - // FIXME: download, rel, relList, hreflang and type are missing. |
| + // FIXME: download, rel, relList and type are missing. |
|
philipj_slow
2015/10/08 09:07:47
Please also remove type here and copy the comment
|
| // obsolete members |
| // https://html.spec.whatwg.org/#HTMLAreaElement-partial |