| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.idl b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| index e409fec25938693374201ca2e1cabd88e7705044..c675469ab85e3fefe18045c145f4ff9880811cbc 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| @@ -25,7 +25,7 @@
|
|
|
| // https://w3c.github.io/deviceorientation/spec-source-orientation.html#deviceorientation
|
|
|
| -// TODO(foolip): DeviceOrientationEvent should have a constructor.
|
| +[Constructor(DOMString type, optional DeviceOrientationEventInit eventInitDict)]
|
| interface DeviceOrientationEvent : Event {
|
| readonly attribute double? alpha;
|
| readonly attribute double? beta;
|
|
|