Index: Source/core/input/InputDeviceInit.idl |
diff --git a/Source/modules/background_sync/SyncRegistrationOptions.idl b/Source/core/input/InputDeviceInit.idl |
similarity index 62% |
copy from Source/modules/background_sync/SyncRegistrationOptions.idl |
copy to Source/core/input/InputDeviceInit.idl |
index 6e1abbcb4db81dfa3d24b171962b870c4c0b7f68..cad1069a92f780de0da7dc4200c699fd61beca74 100644 |
--- a/Source/modules/background_sync/SyncRegistrationOptions.idl |
+++ b/Source/core/input/InputDeviceInit.idl |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[ |
- RuntimeEnabled=BackgroundSyncV2, |
-] dictionary SyncRegistrationOptions { |
- DOMString tag; |
+ RuntimeEnabled=InputDevice, |
+] dictionary InputDeviceInit { |
+ boolean firesTouchEvents = false; |
}; |