Index: modules/gamepad/GamepadEventInit.idl |
diff --git a/core/html/HTMLPictureElement.idl b/modules/gamepad/GamepadEventInit.idl |
similarity index 53% |
copy from core/html/HTMLPictureElement.idl |
copy to modules/gamepad/GamepadEventInit.idl |
index 649316cb8a1be19e29c17f14bfbc5b6e10397164..4291a7eb051c25753f9363b48f754f897df02ac1 100644 |
--- a/core/html/HTMLPictureElement.idl |
+++ b/modules/gamepad/GamepadEventInit.idl |
@@ -2,9 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// http://picture.responsiveimages.org |
-[ |
- RuntimeEnabled=Picture |
-] interface HTMLPictureElement : HTMLElement { |
-}; |
+// https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gamepadevent-interface |
+dictionary GamepadEventInit : EventInit { |
+ Gamepad gamepad; |
+}; |