| Index: core/events/FocusEvent.idl
|
| diff --git a/core/events/FocusEvent.idl b/core/events/FocusEvent.idl
|
| index 659e5769f59bc46aeb9644a42968681a8386d966..0a189d3f05e10f2c86c12b84ad6f5714dc117c90 100644
|
| --- a/core/events/FocusEvent.idl
|
| +++ b/core/events/FocusEvent.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| [
|
| - ConstructorTemplate=Event
|
| + EventConstructor,
|
| ] interface FocusEvent : UIEvent {
|
| - [InitializedByEventConstructor] readonly attribute EventTarget relatedTarget;
|
| + [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget;
|
| };
|
|
|