| Index: Source/core/events/FocusEventInit.idl
|
| diff --git a/Source/core/events/FocusEventInit.idl b/Source/core/events/FocusEventInit.idl
|
| index 406f7bad5827e1963494bd5ddfd408188a11df20..43518f61ff578c07e01baf0558f34f06429d20c7 100644
|
| --- a/Source/core/events/FocusEventInit.idl
|
| +++ b/Source/core/events/FocusEventInit.idl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// http://www.w3.org/TR/DOM-Level-3-Events/#interface-FocusEvent
|
| +// https://w3c.github.io/uievents/#idl-def-FocusEventInit
|
|
|
| dictionary FocusEventInit : UIEventInit {
|
| EventTarget? relatedTarget = null;
|
|
|