| Index: third_party/WebKit/Source/modules/device_orientation/DeviceMotionEventInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEventInit.idl b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEventInit.idl
|
| index 4f8663c63a4eb31117df1a222cab1f10f1b0f91f..36411c93341b914d70891868922405547848b617 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEventInit.idl
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEventInit.idl
|
| @@ -8,5 +8,5 @@ dictionary DeviceMotionEventInit : EventInit {
|
| DeviceAccelerationInit? acceleration;
|
| DeviceAccelerationInit? accelerationIncludingGravity;
|
| DeviceRotationRateInit? rotationRate;
|
| - double? interval = null;
|
| + double interval = 0;
|
| };
|
|
|