| 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 62%
|
| copy from Source/modules/device_orientation/WindowDeviceMotion.idl
|
| copy to Source/modules/device_light/WindowDeviceLight.idl
|
| index 163f2be9f4a411dd78f409ce8d6609516a6efcab..e886072b80c1098970a2e78fa4b5f2050e69a0b1 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;
|
| +}
|
|
|