Index: Source/modules/device_light/WindowDeviceLight.idl |
diff --git a/Source/modules/device_orientation/WindowDeviceMotion.idl b/Source/modules/device_light/WindowDeviceLight.idl |
similarity index 63% |
copy from Source/modules/device_orientation/WindowDeviceMotion.idl |
copy to Source/modules/device_light/WindowDeviceLight.idl |
index 163f2be9f4a411dd78f409ce8d6609516a6efcab..1b8cd79f723f0936d2725d90c4fde101af61724f 100644 |
--- a/Source/modules/device_orientation/WindowDeviceMotion.idl |
+++ b/Source/modules/device_light/WindowDeviceLight.idl |
@@ -3,8 +3,8 @@ |
// found in the LICENSE file. |
[ |
- RuntimeEnabled=DeviceMotion, |
- ImplementedAs=DOMWindowDeviceMotion |
+ RuntimeEnabled=DeviceLight, |
+ ImplementedAs=DOMWindowDeviceLight |
] partial interface Window { |
- attribute EventHandler ondevicemotion; |
+ attribute EventHandler ondevicelight; |
}; |