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