| Index: Source/core/events/RelatedEvent.idl
|
| diff --git a/Source/modules/gamepad/GamepadEvent.idl b/Source/core/events/RelatedEvent.idl
|
| similarity index 61%
|
| copy from Source/modules/gamepad/GamepadEvent.idl
|
| copy to Source/core/events/RelatedEvent.idl
|
| index 718226e24997bc9cda7d826c90c63f79accceaf1..395784b09af68088e45f08abe00d4884920e7bcf 100644
|
| --- a/Source/modules/gamepad/GamepadEvent.idl
|
| +++ b/Source/core/events/RelatedEvent.idl
|
| @@ -4,6 +4,7 @@
|
|
|
| [
|
| EventConstructor,
|
| -] interface GamepadEvent : Event {
|
| - [InitializedByEventConstructor] readonly attribute Gamepad gamepad;
|
| +] interface RelatedEvent : Event {
|
| + [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget;
|
| };
|
| +
|
|
|