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