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..2abf718a0ff56ae9f97a0bdb71fa1deb59445923 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 are missing |
// obsolete members |
// https://html.spec.whatwg.org/#HTMLAreaElement-partial |