Index: Source/core/html/HTMLElement.idl |
diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl |
index ed71d7cf1413c57b1a98702da957e09a11ffc6af..450e16b30fc6a2afab344719c579851f418380f3 100644 |
--- a/Source/core/html/HTMLElement.idl |
+++ b/Source/core/html/HTMLElement.idl |
@@ -32,7 +32,7 @@ interface HTMLElement : Element { |
[Reflect] attribute boolean hidden; |
void click(); |
[CustomElementCallbacks] attribute long tabIndex; |
- // FIXME: focus() and blur() are on Element. |
+ // FIXME: focus() and blur() are on Element. crbug.com/497274 |
[Reflect] attribute DOMString accessKey; |
[CustomElementCallbacks] attribute boolean draggable; |
[RuntimeEnabled=ContextMenu] attribute HTMLMenuElement? contextMenu; |