| Index: Source/modules/device_orientation/DeviceMotionEvent.idl
|
| diff --git a/Source/modules/device_orientation/DeviceMotionEvent.idl b/Source/modules/device_orientation/DeviceMotionEvent.idl
|
| index 3e6a6cac573b16e84a8f6029f898bc86f7d24b02..d4538783499a112a0c7377f5568b7aa123381c85 100644
|
| --- a/Source/modules/device_orientation/DeviceMotionEvent.idl
|
| +++ b/Source/modules/device_orientation/DeviceMotionEvent.idl
|
| @@ -23,7 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface DeviceMotionEvent : Event {
|
| +[
|
| + NoInterfaceObject,
|
| +] interface DeviceMotionEvent : Event {
|
| readonly attribute DeviceAcceleration acceleration;
|
| readonly attribute DeviceAcceleration accelerationIncludingGravity;
|
| readonly attribute DeviceRotationRate rotationRate;
|
|
|