| Index: Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.idl b/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| index 00e9d0476c40e3d95d6aa5c5ec68cb3ea8e56b3b..196b5357a488adf8fd6dae7f05a930ff787e3c20 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| +++ b/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| @@ -23,7 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface DeviceOrientationEvent : Event {
|
| +[
|
| + TypeChecking=Unrestricted,
|
| +] interface DeviceOrientationEvent : Event {
|
| readonly attribute double? alpha;
|
| readonly attribute double? beta;
|
| readonly attribute double? gamma;
|
|
|