| 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 a50bfa684a4dad7b20701c0d5ccce2866043d5f8..0b9207ab65b741677747f2e48e3e58812223fe4c 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.idl
|
| @@ -31,14 +31,4 @@ interface DeviceOrientationEvent : Event {
|
| readonly attribute double? beta;
|
| readonly attribute double? gamma;
|
| readonly attribute boolean absolute;
|
| -
|
| - // TODO(foolip): The init*Event() methods are not in the spec:
|
| - // https://github.com/w3c/deviceorientation/issues/18
|
| - [Measure] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
|
| - [Default=Undefined] optional boolean bubbles,
|
| - [Default=Undefined] optional boolean cancelable,
|
| - [Default=Undefined] optional double? alpha,
|
| - [Default=Undefined] optional double? beta,
|
| - [Default=Undefined] optional double? gamma,
|
| - [Default=Undefined] optional boolean absolute);
|
| };
|
|
|