Index: core/events/FocusEvent.idl |
diff --git a/core/events/FocusEvent.idl b/core/events/FocusEvent.idl |
index 0a189d3f05e10f2c86c12b84ad6f5714dc117c90..2f95287bc0eaa4d4f39847fefbc9a277e54d626d 100644 |
--- a/core/events/FocusEvent.idl |
+++ b/core/events/FocusEvent.idl |
@@ -23,8 +23,10 @@ |
* THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://w3c.github.io/uievents/#interface-FocusEvent |
+ |
[ |
- EventConstructor, |
+ Constructor(DOMString type, optional FocusEventInit eventInitDict), |
] interface FocusEvent : UIEvent { |
- [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget; |
+ readonly attribute EventTarget? relatedTarget; |
}; |