| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 2069b6ad34fa2d41842ff1d4e690c01d0d67a32c..04b48b134246daf10fe6150aeb5467c4d9f530d5 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -178,6 +178,7 @@
|
| [RuntimeEnabled=CSSAnimationUnprefixed] attribute EventHandler onanimationend;
|
| [RuntimeEnabled=CSSAnimationUnprefixed] attribute EventHandler onanimationiteration;
|
| [RuntimeEnabled=CSSAnimationUnprefixed] attribute EventHandler onanimationstart;
|
| + [RuntimeEnabled=DeviceLight] attribute EventHandler ondevicelight;
|
| [RuntimeEnabled=DeviceMotion] attribute EventHandler ondevicemotion;
|
| [RuntimeEnabled=DeviceOrientation] attribute EventHandler ondeviceorientation;
|
| [RuntimeEnabled=OrientationEvent] attribute EventHandler onorientationchange;
|
|
|